diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-03 14:29:18 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-03 14:29:18 (GMT) |
| commit | 36b2aa01918344d91df30c4a6722ac39eaca0642 (patch) | |
| tree | 4833adffc9aa2db54f00e9c162b65eb9117a600f /src/game/GameView.h | |
| parent | 80dfc96c7c30f9bc22cc802b876c79f4205d0cbd (diff) | |
| download | powder-36b2aa01918344d91df30c4a6722ac39eaca0642.zip powder-36b2aa01918344d91df30c4a6722ac39eaca0642.tar.gz | |
QuickOptions!! #46
Diffstat (limited to 'src/game/GameView.h')
| -rw-r--r-- | src/game/GameView.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h index 4c0ad85..15bf0dc 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -54,6 +54,7 @@ private: Renderer * ren; Brush * activeBrush; //UI Elements + vector<ui::Button*> quickOptionButtons; vector<ui::Button*> menuButtons; vector<ToolButton*> toolButtons; vector<ui::Component*> notificationComponents; @@ -139,6 +140,7 @@ public: void NotifyLogChanged(GameModel * sender, string entry); void NotifyToolTipChanged(GameModel * sender); void NotifyInfoTipChanged(GameModel * sender); + void NotifyQuickOptionsChanged(GameModel * sender); virtual void ToolTip(ui::Component * sender, ui::Point mousePosition, std::string toolTip); @@ -163,6 +165,8 @@ public: class MenuAction; class ToolAction; + class OptionAction; + class OptionListener; }; #endif // GAMEVIEW_H |
