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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameModel.h b/src/game/GameModel.h
index 577af9a..10b4b1c 100644
--- a/src/game/GameModel.h
+++ b/src/game/GameModel.h
@@ -151,6 +151,7 @@ public:
void SetDecoration(bool decorationState);
void ClearSimulation();
vector<Menu*> GetMenuList();
+ vector<Tool*> GetUnlistedTools();
vector<Tool*> GetToolList();
vector<QuickOption*> GetQuickOptions();
void SetActiveMenu(Menu * menu);