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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/GameModel.h b/src/game/GameModel.h
index 10b4b1c..2ca8c2c 100644
--- a/src/game/GameModel.h
+++ b/src/game/GameModel.h
@@ -68,6 +68,8 @@ private:
bool colourSelector;
ui::Colour colour;
+ int edgeMode;
+
std::string infoTip;
std::string toolTip;
//bool zoomEnabled;
@@ -100,6 +102,9 @@ public:
Tool * GetToolFromIdentifier(std::string identifier);
+ void SetEdgeMode(int edgeMode);
+ int GetEdgeMode();
+
void SetActiveColourPreset(int preset);
int GetActiveColourPreset();