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 @@
#pragma once
#include "scene/animation/animation_tree.h"
#include "scene/resources/curve.h"
class AnimationNodeAnimation : public AnimationRootNode {
GDCLASS(AnimationNodeAnimation, AnimationRootNode);

View File

@ -32,6 +32,7 @@
#include "core/math/expression.h"
#include "scene/animation/animation_tree.h"
#include "scene/resources/curve.h"
class AnimationNodeStateMachineTransition : public Resource {
GDCLASS(AnimationNodeStateMachineTransition, Resource);