diff options
Diffstat (limited to 'src/game/GameView.h')
| -rw-r--r-- | src/game/GameView.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h index f34aedc..772aa8a 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -22,6 +22,13 @@ private: //UI Elements ui::Button * pauseButton; ui::Button * searchButton; + ui::Button * reloadButton; + ui::Button * saveSimulationButton; + ui::Button * downVoteButton; + ui::Button * upVoteButton; + ui::Button * tagSimulationButton; + + ui::Button * displayModeButton; public: GameView(); void AttachController(GameController * _c){ c = _c; } |
