summaryrefslogtreecommitdiff
path: root/src/game/GameView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameView.h')
-rw-r--r--src/game/GameView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h
index 9db25f4..b9c0604 100644
--- a/src/game/GameView.h
+++ b/src/game/GameView.h
@@ -40,6 +40,7 @@ private:
bool drawSnap;
bool shiftBehaviour;
bool ctrlBehaviour;
+ bool altBehaviour;
bool showHud;
int toolIndex;
@@ -109,6 +110,8 @@ private:
void disableShiftBehaviour();
void enableCtrlBehaviour();
void disableCtrlBehaviour();
+ void enableAltBehaviour();
+ void disableAltBehaviour();
public:
GameView();