Clean up type registration

This commit is contained in:
2026-03-17 22:31:28 -04:00
parent 66c74fe25d
commit d842742bbd
3 changed files with 16 additions and 12 deletions

View File

@@ -4,7 +4,10 @@
#ifdef GD_EXTENSION_BUILD
#include <godot_cpp/core/class_db.hpp>
using namespace godot;
#elif defined(GODOT_MODULE_BUILD)
#endif
#ifdef REDOT_MODULE_BUILD
#include "core/object/class_db.h"
#endif