aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gfx/scene/node.h4
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
10typedef struct Anima Anima; 6typedef struct Anima Anima;
11typedef struct Light Light; 7typedef struct Light Light;
12typedef struct Model Model; 8typedef struct Model Model;