diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h index 8f488c6ed..8b25cd146 100644 --- a/src/game.h +++ b/src/game.h @@ -120,6 +120,8 @@ class Game final static bool saveScreenshot(SDL_Surface *const screenshot); + static void createUpdaterWindow(); + void updateHistory(const SDL_Event &event); void checkKeys(); |