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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/GameModel.h b/src/game/GameModel.h
index 33cf119..0531f87 100644
--- a/src/game/GameModel.h
+++ b/src/game/GameModel.h
@@ -57,6 +57,7 @@ private:
bool colourSelector;
ui::Colour colour;
float toolStrength;
+ std::deque<Snapshot*> history;
std::string infoTip;
std::string toolTip;
@@ -100,6 +101,9 @@ public:
void BuildMenus();
void BuildQuickOptionMenu();
+ std::deque<Snapshot*> GetHistory();
+ void SetHistory(std::deque<Snapshot*> newHistory);
+
void UpdateQuickOptions();
void SetToolStrength(float value);