Decouple node.h from scene_tree.h, minimize its other includes

This commit is contained in:
Rémi Verschelde 2026-03-04 17:43:08 +01:00
parent b12b7bc622
commit 2dd1f4ef60
No known key found for this signature in database
GPG key ID: C3336907360768E1
122 changed files with 179 additions and 60 deletions

View file

@ -32,6 +32,7 @@
#include "core/io/resource_loader.h"
#include "core/object/callable_mp.h"
#include "core/object/message_queue.h"
#include "core/object/undo_redo.h"
#include "core/os/keyboard.h"
#include "core/os/os.h"