diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-10 17:59:05 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-10 17:59:05 (GMT) |
| commit | 3499cb3035e64ed91adfbabdfa9b979e9f8e0885 (patch) | |
| tree | 1036f4f2fab5301981457a07a8a39df5021fe727 /src/game/GameView.h | |
| parent | cd051924d9ca6d5c39e02111bc311fda9126435e (diff) | |
| download | powder-3499cb3035e64ed91adfbabdfa9b979e9f8e0885.zip powder-3499cb3035e64ed91adfbabdfa9b979e9f8e0885.tar.gz | |
Wall brush, fixes #63
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 4d1683a..efb4895 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -43,6 +43,7 @@ private: bool altBehaviour; bool showHud; bool showDebug; + bool wallBrush; int introText; std::string introTextMessage; int toolIndex; @@ -144,6 +145,7 @@ public: void NotifyToolTipChanged(GameModel * sender); void NotifyInfoTipChanged(GameModel * sender); void NotifyQuickOptionsChanged(GameModel * sender); + void NotifyLastToolChanged(GameModel * sender); void ExitPrompt(); |
