diff options
Diffstat (limited to 'src/game/GameView.h')
| -rw-r--r-- | src/game/GameView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h index b392bd1..93eb779 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -46,6 +46,8 @@ private: bool showDebug; bool wallBrush; int introText; + int buttonTipShow; + std::string buttonTip; std::string introTextMessage; int toolIndex; |
