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/game.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index fd609da..0738984 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -2,12 +2,11 @@ #include "game.hpp" #include "vendor/glm_include.hpp" +#include "game-settings.hpp" #include #include -GameSettings pkeSettings{}; - const uint64_t consoleBufferCount = 30; const uint64_t consoleLineLength = 128; const long readLineLength = 128; -- cgit v1.2.3