Move RuntimeNodeSelect to its own files

This commit is contained in:
Michael Alexsander 2026-01-28 21:54:02 -03:00
parent 5ad8b27d8d
commit 6862edcede
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
15 changed files with 2308 additions and 2153 deletions

View file

@ -33,7 +33,7 @@
#include "core/core_bind.h"
#include "core/io/compression.h"
#include "core/object/script_language.h"
#include "scene/debugger/scene_debugger.h"
#include "scene/debugger/scene_debugger_object.h"
#if defined(MODULE_GDSCRIPT_ENABLED) && defined(DEBUG_ENABLED)
#include "modules/gdscript/gdscript.h"