aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-04-05 17:16:38 -0700
committer3gg <3gg@shellblade.net>2026-04-05 17:16:38 -0700
commit152602413ebde5e2563595baa2b9324158002bd8 (patch)
tree30d6cfe1153cc7e0619affcfb51aecdd82fa7b21 /include
parent8dc20eafc01a825acd7810c99b51578b2a887e3b (diff)
UpdatesHEADmain
Diffstat (limited to 'include')
-rw-r--r--include/gfx/render/imm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gfx/render/imm.h b/include/gfx/render/imm.h
index 62c071e..00af997 100644
--- a/include/gfx/render/imm.h
+++ b/include/gfx/render/imm.h
@@ -3,6 +3,7 @@
3#include <math/aabb2.h> 3#include <math/aabb2.h>
4#include <math/aabb3.h> 4#include <math/aabb3.h>
5#include <math/vec3.h> 5#include <math/vec3.h>
6#include <math/vec4.h>
6 7
7typedef struct Imm Imm; 8typedef struct Imm Imm;
8 9