From 9f39e29b40ce952773ff97c468384475d1fdcc53 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 27 Jan 2023 18:52:17 -0800 Subject: Add quat to fwd.h --- include/math/fwd.h | 1 + 1 file changed, 1 insertion(+) 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 @@ typedef struct Camera Camera; typedef struct mat4 mat4; +typedef struct quat quat; typedef struct spatial3 spatial3; typedef struct vec2 vec2; typedef struct vec3 vec3; -- cgit v1.2.3