diff options
Diffstat (limited to 'src/gui/game/GameView.h')
| -rw-r--r-- | src/gui/game/GameView.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/game/GameView.h b/src/gui/game/GameView.h index 328b67c..08709df 100644 --- a/src/gui/game/GameView.h +++ b/src/gui/game/GameView.h @@ -131,10 +131,11 @@ public: void SetSample(SimulationSample sample); void SetHudEnable(bool hudState); bool GetHudEnable(); + void SetDebugHUD(bool mode); + bool GetDebugHUD(); bool CtrlBehaviour(){ return ctrlBehaviour; } bool ShiftBehaviour(){ return shiftBehaviour; } void ExitPrompt(); - void ToggleDebug(); SelectMode GetSelectMode() { return selectMode; } void BeginStampSelection(); |
