diff options
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/Defs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/Defs.hpp b/include/core/Defs.hpp index f8c76d3..4b73cfa 100644 --- a/include/core/Defs.hpp +++ b/include/core/Defs.hpp @@ -4,7 +4,7 @@ namespace godot { -enum Error { +enum class Error { OK, FAILED, ///< Generic fail error ERR_UNAVAILABLE, ///< What is requested is unsupported/unavailable |