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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h
index 772aa8a..284fd82 100644
--- a/src/game/GameView.h
+++ b/src/game/GameView.h
@@ -20,15 +20,17 @@ private:
GameController * c;
Renderer * ren;
//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 * clearSimButton;
+ ui::Button * loginButton;
+ ui::Button * simulationOptionButton;
ui::Button * displayModeButton;
+ ui::Button * pauseButton;
public:
GameView();
void AttachController(GameController * _c){ c = _c; }