summaryrefslogtreecommitdiff
path: root/src/gui/game/GameView.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-05-17 16:44:25 (GMT)
committer jacob1 <jfu614@gmail.com>2013-05-17 16:44:25 (GMT)
commit981f6984c2c0f87d54a9c90f4518c69c9ef02ae0 (patch)
tree757bd699a23c1fad61e60700265a25feb1a3042c /src/gui/game/GameView.h
parentcbd402d8cb6aa699ffde83a1b5b3c2f4fc51baaf (diff)
parent77bf649fb4482c86ac1fd9b3233f062b53226007 (diff)
downloadpowder-981f6984c2c0f87d54a9c90f4518c69c9ef02ae0.zip
powder-981f6984c2c0f87d54a9c90f4518c69c9ef02ae0.tar.gz
Merge branch 'HEAD' of git@github.com:FacialTurd/The-Powder-Toy.git
Diffstat (limited to 'src/gui/game/GameView.h')
-rw-r--r--src/gui/game/GameView.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/gui/game/GameView.h b/src/gui/game/GameView.h
index 093d80b..328b67c 100644
--- a/src/gui/game/GameView.h
+++ b/src/gui/game/GameView.h
@@ -51,18 +51,20 @@ private:
bool showDebug;
bool wallBrush;
int introText;
- int buttonTipShow;
- std::string buttonTip;
std::string introTextMessage;
int toolIndex;
int currentSaveType;
- Menu * lastMenu;
+ int lastMenu;
- int infoTipPresence;
+ int toolTipPresence;
std::string toolTip;
+ bool isToolTipFadingIn;
ui::Point toolTipPosition;
+ int infoTipPresence;
std::string infoTip;
- int toolTipPresence;
+ int buttonTipShow;
+ std::string buttonTip;
+ bool isButtonTipFadingIn;
queue<ui::Point> pointQueue;
GameController * c;
@@ -128,6 +130,7 @@ public:
ui::Point GetMousePosition();
void SetSample(SimulationSample sample);
void SetHudEnable(bool hudState);
+ bool GetHudEnable();
bool CtrlBehaviour(){ return ctrlBehaviour; }
bool ShiftBehaviour(){ return shiftBehaviour; }
void ExitPrompt();