summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-21 23:53:20 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-22 12:23:26 +0300
commit5dd673aa6abe2a070de45388a885d03fcc037d70 (patch)
treeb5bf80507501e7b77c4dbdbfc39989ebd6209a20 /src/game.h
parent66bc17a4099842f9a54c13c183842f561d63963f (diff)
downloadplus-5dd673aa6abe2a070de45388a885d03fcc037d70.tar.gz
plus-5dd673aa6abe2a070de45388a885d03fcc037d70.tar.bz2
plus-5dd673aa6abe2a070de45388a885d03fcc037d70.tar.xz
plus-5dd673aa6abe2a070de45388a885d03fcc037d70.zip
allow open updater window from inside game.
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 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();