diff options
Diffstat (limited to 'src/game/GameView.h')
| -rw-r--r-- | src/game/GameView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h index b7c6989..55b9dc3 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -43,6 +43,7 @@ private: //UI Elements vector<ui::Button*> menuButtons; vector<ToolButton*> toolButtons; + vector<ui::Component*> notificationComponents; deque<string> logEntries; float lastLogEntry; ui::Button * searchButton; @@ -99,6 +100,7 @@ public: void NotifyColourSelectorVisibilityChanged(GameModel * sender); void NotifyColourSelectorColourChanged(GameModel * sender); void NotifyPlaceSaveChanged(GameModel * sender); + void NotifyNotificationsChanged(GameModel * sender); void NotifyLogChanged(GameModel * sender, string entry); virtual void OnMouseMove(int x, int y, int dx, int dy); virtual void OnMouseDown(int x, int y, unsigned button); |
