From 958ee36629199464c4d26ff3614e426a6265d70e Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 9 Oct 2023 14:12:30 -0400 Subject: move GameSettings --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 57eccfb..1d7bbc3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,8 @@ set(PKE_SOURCE_FILES src/event.cpp src/game.hpp src/game.cpp + src/game-settings.hpp + src/game-settings.cpp src/helpers.hpp src/helpers.cpp src/memory.hpp -- cgit v1.2.3