summaryrefslogtreecommitdiff
path: root/src/game/GameView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-25 10:37:55 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-25 10:37:55 (GMT)
commit64a404263aec32cc5a0d88c4eeeaea77a8c1a03a (patch)
tree9bbd444068b3c9b5599174b4b8bff40a59641dfe /src/game/GameView.h
parent5c683f6bc39e1cab02169f1bf6e3603924362b18 (diff)
downloadpowder-64a404263aec32cc5a0d88c4eeeaea77a8c1a03a.zip
powder-64a404263aec32cc5a0d88c4eeeaea77a8c1a03a.tar.gz
Tooltips for quick options menu, #113
Diffstat (limited to 'src/game/GameView.h')
-rw-r--r--src/game/GameView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h
index 02dadc8..32ccb86 100644
--- a/src/game/GameView.h
+++ b/src/game/GameView.h
@@ -61,6 +61,7 @@ private:
std::string toolTip;
ui::Point toolTipPosition;
std::string infoTip;
+ int toolTipPresence;
queue<ui::Point*> pointQueue;
GameController * c;