diff options
-rw-r--r-- | include/gfx/scene/node.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gfx/scene/node.h b/include/gfx/scene/node.h index a2c2836..193eb25 100644 --- a/include/gfx/scene/node.h +++ b/include/gfx/scene/node.h | |||
@@ -1,12 +1,8 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "animation.h" | ||
4 | |||
5 | #include <math/fwd.h> | 3 | #include <math/fwd.h> |
6 | #include <math/mat4.h> | 4 | #include <math/mat4.h> |
7 | 5 | ||
8 | #include <stdint.h> | ||
9 | |||
10 | typedef struct Anima Anima; | 6 | typedef struct Anima Anima; |
11 | typedef struct Light Light; | 7 | typedef struct Light Light; |
12 | typedef struct Model Model; | 8 | typedef struct Model Model; |