diff options
Diffstat (limited to 'include/godot_cpp/core/binder_common.hpp')
-rw-r--r-- | include/godot_cpp/core/binder_common.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/godot_cpp/core/binder_common.hpp b/include/godot_cpp/core/binder_common.hpp index 93ed731..cdfbdeb 100644 --- a/include/godot_cpp/core/binder_common.hpp +++ b/include/godot_cpp/core/binder_common.hpp @@ -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 |