aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2023-01-27 18:52:17 -0800
committer3gg <3gg@shellblade.net>2023-01-27 18:52:17 -0800
commit9f39e29b40ce952773ff97c468384475d1fdcc53 (patch)
treeddb28303a949f2db3386f8fbce7cf929ee7dc596
parent60b9e875ae23cd93f87ed8ef16695d4eba14ca22 (diff)
Add quat to 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;