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, 3 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index ec49fafe1..e0c752f46 100644
--- a/src/game.h
+++ b/src/game.h
@@ -111,7 +111,9 @@ class Game
bool getValidSpeed()
{ return mValidSpeed; }
- static bool saveScreenshot();
+ static bool createScreenshot();
+
+ static bool saveScreenshot(SDL_Surface *screenshot);
private:
void updateHistory(SDL_Event &event);