Bind enums in built-in types and expose bindings for global constants

This commit is contained in:
Mikael Hermansson
2022-10-06 10:32:48 +02:00
parent 1507253bd5
commit 40d181d2f3
2 changed files with 27 additions and 2 deletions

View File

@@ -579,4 +579,7 @@ void call_with_ptr_args_static_method_ret(R (*p_method)(P...), const GDNativeTyp
} // namespace godot
#include <godot_cpp/classes/global_constants_binds.hpp>
#include <godot_cpp/variant/builtin_binds.hpp>
#endif // ! GODOT_CPP_BINDER_COMMON_HPP