Port a bunch of Godot container templates to GDExtension.

This commit is contained in:
bruvzg
2022-02-15 12:58:28 +02:00
parent 6a464b53f1
commit e36180f377
24 changed files with 7245 additions and 1 deletions

View File

@@ -209,6 +209,9 @@ MethodBind *ClassDB::bind_vararg_method(uint32_t p_flags, const char *p_name, M
return bind;
}
#define GDREGISTER_CLASS(m_class) ClassDB::register_class<m_class>();
} // namespace godot
#endif // ! CLASS_DB_HPP