diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-29 14:08:38 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-29 14:08:38 (GMT) |
| commit | 418373a3cd6cf93ee1e41ffa502b8f4754831349 (patch) | |
| tree | 59789683795957c93fdf46f11e58150c883828f2 /src/game/GameView.h | |
| parent | f8a6d2ea1f8f6789645279f69471c13c7caa352b (diff) | |
| download | powder-418373a3cd6cf93ee1e41ffa502b8f4754831349.zip powder-418373a3cd6cf93ee1e41ffa502b8f4754831349.tar.gz | |
HUD toggle, addresses "h should toggle the HUD" in issue #23
Diffstat (limited to 'src/game/GameView.h')
| -rw-r--r-- | src/game/GameView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h index 648faec..9db25f4 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -40,6 +40,7 @@ private: bool drawSnap; bool shiftBehaviour; bool ctrlBehaviour; + bool showHud; int toolIndex; int infoTipPresence; |
