From 958ee36629199464c4d26ff3614e426a6265d70e Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 9 Oct 2023 14:12:30 -0400 Subject: move GameSettings --- src/window.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/window.cpp') 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])) -- cgit v1.2.3