summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-04-23 13:37:43 -0500
committerDavid Snopek <dsnopek@gmail.com>2024-04-23 13:47:36 -0500
commite1b3b32db5a20c8704650f1cd60e134540ada387 (patch)
treec77cc865c77b745f053a072bcee0516d14f3dac6 /include
parentad307e4b9ceb2efc40a238c19d37f41def4742d6 (diff)
downloadredot-cpp-e1b3b32db5a20c8704650f1cd60e134540ada387.tar.gz
Allow forwarding from `ClassDB` to `ClassDBSingleton` to support enumerations
Diffstat (limited to 'include')
-rw-r--r--include/godot_cpp/core/class_db.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/godot_cpp/core/class_db.hpp b/include/godot_cpp/core/class_db.hpp
index e240193..50298e0 100644
--- a/include/godot_cpp/core/class_db.hpp
+++ b/include/godot_cpp/core/class_db.hpp
@@ -337,4 +337,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