diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ class Game */ void logic(); + bool keyDownEvent(SDL_KeyboardEvent &event); + void handleInput(); void changeMap(const std::string &mapName); |