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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/math/fwd.h b/include/math/fwd.h
index d70817a..283f821 100644
--- a/include/math/fwd.h
+++ b/include/math/fwd.h
@@ -1,6 +1,8 @@
1/// Forward declarations for all math objects. 1/// Forward declarations for all math objects.
2#pragma once 2#pragma once
3 3
4typedef struct aabb2 aabb2;
5typedef struct aabb3 aabb3;
4typedef struct Camera Camera; 6typedef struct Camera Camera;
5typedef struct mat4 mat4; 7typedef struct mat4 mat4;
6typedef struct quat quat; 8typedef struct quat quat;