summaryrefslogtreecommitdiff
path: root/src/game/GameModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameModel.h')
-rw-r--r--src/game/GameModel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameModel.h b/src/game/GameModel.h
index 7288c32..c1d97d6 100644
--- a/src/game/GameModel.h
+++ b/src/game/GameModel.h
@@ -162,6 +162,8 @@ public:
void SetDecoration(bool decorationState);
bool GetAHeatEnable();
void SetAHeatEnable(bool aHeat);
+ bool GetGravityGrid();
+ void ShowGravityGrid(bool showGrid);
void ClearSimulation();
vector<Menu*> GetMenuList();
vector<Tool*> GetUnlistedTools();