diff options
| author | FrankBro <brodeur_francois@hotmail.com> | 2012-01-22 05:45:03 (GMT) |
|---|---|---|
| committer | FrankBro <brodeur_francois@hotmail.com> | 2012-01-22 05:45:03 (GMT) |
| commit | cb92acd0b7dd9e958330a9b8e3c4b302f236542c (patch) | |
| tree | 4e7ee00df28ba5398defe25697e0e3528115bb81 /src/game/GameView.h | |
| parent | 43cebb5780ecb3baf4c5ae8207f62287f9aa9844 (diff) | |
| download | powder-cb92acd0b7dd9e958330a9b8e3c4b302f236542c.zip powder-cb92acd0b7dd9e958330a9b8e3c4b302f236542c.tar.gz | |
Started the rest of the UI
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; } |
