Allow forwarding from ClassDB to ClassDBSingleton to support enumerations

(cherry picked from commit e1b3b32db5)
This commit is contained in:
David Snopek
2024-04-23 13:37:43 -05:00
parent ddfcca62a8
commit acee69a3f6
2 changed files with 57 additions and 11 deletions

View File

@@ -327,4 +327,6 @@ MethodBind *ClassDB::bind_vararg_method(uint32_t p_flags, StringName p_name, M p
} // namespace godot
CLASSDB_SINGLETON_VARIANT_CAST;
#endif // GODOT_CLASS_DB_HPP