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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/GameModel.h b/src/game/GameModel.h
index 170d1ed..e77b62e 100644
--- a/src/game/GameModel.h
+++ b/src/game/GameModel.h
@@ -45,6 +45,7 @@ private:
void notifyRendererChanged();
void notifySimulationChanged();
void notifyPausedChanged();
+ void notifyDecorationChanged();
void notifySaveChanged();
void notifyBrushChanged();
void notifyMenuListChanged();
@@ -65,6 +66,8 @@ public:
void SetActiveTool(int selection, Tool * tool);
bool GetPaused();
void SetPaused(bool pauseState);
+ bool GetDecoration();
+ void SetDecoration(bool decorationState);
void ClearSimulation();
vector<Menu*> GetMenuList();
vector<Tool*> GetToolList();