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

@ -34,6 +34,7 @@
#include "core/config/engine.h"
#include "core/config/project_settings.h"
#include "core/math/math_funcs_binary.h"
#include "core/object/object.h"
#include "scene/main/node.h"
#include "servers/audio/audio_stream.h"