diff options
author | 3gg <3gg@shellblade.net> | 2025-06-29 09:30:13 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-06-29 09:30:13 -0700 |
commit | 9704dbc9c07fcfec1c159716014ef4e64ec4b573 (patch) | |
tree | 45b4fb6966b1736aa1aea860bcad05a50e3e8cba | |
parent | bd57f345ed9dbed1d81683e48199626de2ea9044 (diff) |
Tidy
-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; |