diff options
Diffstat (limited to 'src/game/GameModel.h')
| -rw-r--r-- | src/game/GameModel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameModel.h b/src/game/GameModel.h index 61d0c93..3a18935 100644 --- a/src/game/GameModel.h +++ b/src/game/GameModel.h @@ -156,6 +156,8 @@ public: void SetPaused(bool pauseState); bool GetDecoration(); void SetDecoration(bool decorationState); + bool GetAHeatEnable(); + void SetAHeatEnable(bool aHeat); void ClearSimulation(); vector<Menu*> GetMenuList(); vector<Tool*> GetUnlistedTools(); |
