diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2012-06-20 18:41:17 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2012-06-20 18:41:17 (GMT) |
| commit | 9953f4518ec2d98dbe950e13a94a5e845f725f6c (patch) | |
| tree | 67d9b56b7a4772c817f753bef8cdc81ba7833b7b /src/game/GameController.h | |
| parent | b35255b722a5259f34cfc9b7569f58d11658c3b9 (diff) | |
| parent | ad76b293d8fc257a7efe0cbcf6f7fb9380616030 (diff) | |
| download | powder-9953f4518ec2d98dbe950e13a94a5e845f725f6c.zip powder-9953f4518ec2d98dbe950e13a94a5e845f725f6c.tar.gz | |
Merge branch 'master' of github.com:FacialTurd/PowderToypp
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 |
