summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-03-05 22:16:56 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2025-03-05 22:16:56 +0000
commit2454b5449bbda815eb15327476e376d0d3a39617 (patch)
tree405643f93a6e8eb2cd3f8b38a17649fd2f85f5a6 /test
parentHave Camera keep an array of frustum plane definitions (diff)
downloadilt-2454b5449bbda815eb15327476e376d0d3a39617.tar.bz2
ilt-2454b5449bbda815eb15327476e376d0d3a39617.tar.xz
ilt-2454b5449bbda815eb15327476e376d0d3a39617.zip
Move camera out of gl folder, it's not OpenGL specific
Diffstat (limited to 'test')
-rw-r--r--test/test-maths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-maths.cpp b/test/test-maths.cpp
index a6b780a..6f1f030 100644
--- a/test/test-maths.cpp
+++ b/test/test-maths.cpp
@@ -9,7 +9,7 @@
#include <type_traits>
#include <game/network/link.h>
-#include <gfx/gl/camera.h>
+#include <gfx/camera.h>
#include <glm/glm.hpp>
#include <maths.h>
#include <triangle.h>