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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/math/fwd.h b/include/math/fwd.h
index 6c72ded..952df4a 100644
--- a/include/math/fwd.h
+++ b/include/math/fwd.h
@@ -1,9 +1,9 @@
1/// Forward declarations for all math objects. 1/// Forward declarations for all math objects.
2#pragma once 2#pragma once
3 3
4typedef struct Camera Camera; 4typedef struct Camera Camera;
5typedef struct mat4 mat4; 5typedef struct mat4 mat4;
6typedef struct spatial3 spatial3; 6typedef struct spatial3 spatial3;
7typedef struct vec2 vec2; 7typedef struct vec2 vec2;
8typedef struct vec3 vec3; 8typedef struct vec3 vec3;
9typedef struct vec4 vec4; 9typedef struct vec4 vec4;