mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-23 17:47:17 +01:00
Fix include.
This commit is contained in:
parent
4133c05085
commit
94cbc5708d
@ -49,14 +49,15 @@
|
||||
|
||||
#include "modules/modules_enabled.gen.h"
|
||||
|
||||
#ifdef MODULE_SKELETON_3D_ENABLED
|
||||
#include "modules/skeleton_3d/nodes/skeleton.h"
|
||||
#endif
|
||||
|
||||
class Camera;
|
||||
class Spatial;
|
||||
class Timer;
|
||||
struct Transform;
|
||||
class Timer;
|
||||
#ifdef MODULE_SKELETON_3D_ENABLED
|
||||
class SkinReference;
|
||||
#endif
|
||||
|
||||
class EditorSpatialGizmo : public SpatialGizmo {
|
||||
GDCLASS(EditorSpatialGizmo, SpatialGizmo);
|
||||
|
Loading…
Reference in New Issue
Block a user