aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-06-30 16:32:09 -0700
committer3gg <3gg@shellblade.net>2025-06-30 16:32:09 -0700
commit394e0c03bc892be6d3a6ddc5209f1cb284e3f38e (patch)
treed3ea0fd746a106e05f72c21d0b98d5210903703b
parent5e37f0e0be9f395fe5c14f3bca82074366307a01 (diff)
-rw-r--r--include/gfx/scene/animation.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/gfx/scene/animation.h b/include/gfx/scene/animation.h
index d95b895..3ef0471 100644
--- a/include/gfx/scene/animation.h
+++ b/include/gfx/scene/animation.h
@@ -1,6 +1,5 @@
1#pragma once 1#pragma once
2 2
3#include "node.h"
4#include "object.h" 3#include "object.h"
5#include <gfx/sizes.h> 4#include <gfx/sizes.h>
6 5
@@ -15,8 +14,7 @@
15#include <stddef.h> 14#include <stddef.h>
16#include <stdint.h> 15#include <stdint.h>
17 16
18typedef struct Buffer Buffer; 17typedef struct Buffer Buffer;
19typedef struct SceneNode SceneNode;
20 18
21typedef struct Anima Anima; 19typedef struct Anima Anima;
22typedef struct Joint Joint; 20typedef struct Joint Joint;