diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-30 00:35:46 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-30 00:35:46 (GMT) |
| commit | cbc80de6522b5562f9490b0cdb620371f25be2f9 (patch) | |
| tree | 3a041d9e3632e9f0eb7b85a3f958d6fe9343c187 /src/gui/game/GameView.h | |
| parent | d29b001d82547e3c2f2e5ef4cf30b84ce59934b7 (diff) | |
| download | powder-cbc80de6522b5562f9490b0cdb620371f25be2f9.zip powder-cbc80de6522b5562f9490b0cdb620371f25be2f9.tar.gz | |
some new sim and ren lua api functions
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(); |
