summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-10-09 14:12:30 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-10-09 22:53:11 -0400
commit958ee36629199464c4d26ff3614e426a6265d70e (patch)
tree01e81c913755a24dd4543cf0fabc3871dd17125b /src/window.cpp
parent4fa4fb567d53dbc0ee89926771649d28ca5fcf7f (diff)
move GameSettings
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 0a43072..857e6e9 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -5,6 +5,7 @@
#include "glm/ext/matrix_transform.hpp"
#include "glm/gtc/matrix_transform.hpp"
+#include "game-settings.hpp"
#define NELEMS(x) (sizeof(x) / sizeof((x)[0]))