Merge pull request #1445 from dsnopek/classdb-enum-issue

Allow forwarding from `ClassDB` to `ClassDBSingleton` to support enumerations
This commit is contained in:
David Snopek
2024-04-30 09:30:01 -05:00
committed by GitHub
2 changed files with 57 additions and 11 deletions

View File

@@ -339,4 +339,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