summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 59fa68012..353729091 100644
--- a/src/game.h
+++ b/src/game.h
@@ -114,6 +114,8 @@ class Game final
bool getValidSpeed() const A_WARN_UNUSED
{ return mValidSpeed; }
+ void moveInDirection(const unsigned char direction);
+
static bool createScreenshot();
static bool saveScreenshot(SDL_Surface *const screenshot);