diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-09 14:12:30 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-09 22:53:11 -0400 |
| commit | 958ee36629199464c4d26ff3614e426a6265d70e (patch) | |
| tree | 01e81c913755a24dd4543cf0fabc3871dd17125b /src/main.cpp | |
| parent | 4fa4fb567d53dbc0ee89926771649d28ca5fcf7f (diff) | |
move GameSettings
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index b4b1902..a587b88 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,6 +11,7 @@ #include "game.hpp" #include "window.hpp" #include "entities.hpp" +#include "game-settings.hpp" void signal_handler(int signal_num) { printf("Received signal: %d - shutting down\n", signal_num); |
