diff options
| author | jacob1 <jfu614@gmail.com> | 2012-10-04 03:01:28 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-05 15:32:39 (GMT) |
| commit | 72b00ca5e142569d6911c1c009e3cce4d89c2627 (patch) | |
| tree | 4d4a193694958f0706e14a86b82d6f1c5596dc07 /src/game/GameModel.h | |
| parent | e600c20ba95c072631a4320f8be3810e7a6f631d (diff) | |
| download | powder-72b00ca5e142569d6911c1c009e3cce4d89c2627.zip powder-72b00ca5e142569d6911c1c009e3cce4d89c2627.tar.gz | |
info tip on deco/ngrav/aheat changed
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(); |
