summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 023796290..8f488c6ed 100644
--- a/src/game.h
+++ b/src/game.h
@@ -116,6 +116,8 @@ class Game final
static bool createScreenshot();
+ static void addWatermark();
+
static bool saveScreenshot(SDL_Surface *const screenshot);
void updateHistory(const SDL_Event &event);
@@ -135,8 +137,11 @@ class Game final
int mLowerCounter;
int mPing;
int mTime;
+ int mTime2;
static Game *mInstance;
};
+extern bool mStatsReUpdated;
+
#endif // GAME_H