summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.h b/src/game.h
index fcef8b161..7fdaa8388 100644
--- a/src/game.h
+++ b/src/game.h
@@ -27,14 +27,14 @@
#include "localconsts.h"
-#include <SDL.h>
+#include <SDL_events.h>
static const int MAX_LASTKEYS = 10;
extern volatile int cur_time;
class Map;
-class WindowMenu;
+//class WindowMenu;
struct LastKey final
{