1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove transitive mesh.h, rendering_server.h and shader.h includes from node.h.

This commit is contained in:
Lukas Tenbrink
2025-10-08 11:53:08 +02:00
parent d61cd9149a
commit 33689d7beb
31 changed files with 37 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
#include "property_utils.h"
#include "core/config/engine.h"
#include "core/io/resource_loader.h"
#include "core/object/script_language.h"
#include "core/templates/local_vector.h"
#include "scene/resources/packed_scene.h"