aboutsummaryrefslogtreecommitdiff
path: root/include/math/fwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/math/fwd.h')
-rw-r--r--include/math/fwd.h1
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
4typedef struct Camera Camera; 4typedef struct Camera Camera;
5typedef struct mat4 mat4; 5typedef struct mat4 mat4;
6typedef struct quat quat;
6typedef struct spatial3 spatial3; 7typedef struct spatial3 spatial3;
7typedef struct vec2 vec2; 8typedef struct vec2 vec2;
8typedef struct vec3 vec3; 9typedef struct vec3 vec3;