diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,9 +22,8 @@ #ifndef GAME_H #define GAME_H -#include "SDL.h" - #include "configlistener.h" +#include "SDL.h" extern std::string map_path; extern volatile int fps; |