diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/math/fwd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/math/fwd.h b/include/math/fwd.h index 952df4a..d70817a 100644 --- a/include/math/fwd.h +++ b/include/math/fwd.h | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | typedef struct Camera Camera; | 4 | typedef struct Camera Camera; |
5 | typedef struct mat4 mat4; | 5 | typedef struct mat4 mat4; |
6 | typedef struct quat quat; | ||
6 | typedef struct spatial3 spatial3; | 7 | typedef struct spatial3 spatial3; |
7 | typedef struct vec2 vec2; | 8 | typedef struct vec2 vec2; |
8 | typedef struct vec3 vec3; | 9 | typedef struct vec3 vec3; |