summaryrefslogtreecommitdiff
path: root/src/game/GameView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameView.h')
-rw-r--r--src/game/GameView.h4
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