diff options
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); |
