diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-20 16:51:51 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-20 16:51:51 (GMT) |
| commit | 0594aa5d07d7bf63885eee966d102e3e7354c925 (patch) | |
| tree | 5700cb10ab0e63b6684eaeba225d578bf2f1dfa6 /src/game/GameController.h | |
| parent | 088b2f678d5baedcf3555a5afce76710e6900a9e (diff) | |
| download | powder-0594aa5d07d7bf63885eee966d102e3e7354c925.zip powder-0594aa5d07d7bf63885eee966d102e3e7354c925.tar.gz | |
More in the way of an autoupdater
Diffstat (limited to 'src/game/GameController.h')
| -rw-r--r-- | src/game/GameController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h index 269cdf5..c424656 100644 --- a/src/game/GameController.h +++ b/src/game/GameController.h @@ -42,6 +42,7 @@ private: OptionsController * options; CommandInterface * commandInterface; public: + bool HasDone; class LoginCallback; class SearchCallback; class RenderCallback; @@ -60,6 +61,7 @@ public: bool KeyPress(int key, Uint16 character, bool shift, bool ctrl, bool alt); bool KeyRelease(int key, Uint16 character, bool shift, bool ctrl, bool alt); void Tick(); + void Exit(); void SetZoomEnabled(bool zoomEnable); void SetZoomPosition(ui::Point position); @@ -107,6 +109,7 @@ public: void RemoveNotification(Notification * notification); virtual void NotifyUpdateAvailable(Client * sender); + void RunUpdater(); }; #endif // GAMECONTROLLER_H |
