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.h7
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; }