summaryrefslogtreecommitdiff
path: root/src/game/GameModel.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-02 23:47:39 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-02 23:47:39 (GMT)
commitb16561926625e92dc3525664e71890d8239ab8c3 (patch)
tree7e76652b66ab32adf9bd8213f52c22de31b24c59 /src/game/GameModel.h
parent94bb1ad2dfbe4b75b388819d028dd80e74c9a09e (diff)
downloadpowder-b16561926625e92dc3525664e71890d8239ab8c3.zip
powder-b16561926625e92dc3525664e71890d8239ab8c3.tar.gz
Update menus on element change from lua, addresses issue #42
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 afe1960..2c8636a 100644
--- a/src/game/GameModel.h
+++ b/src/game/GameModel.h
@@ -91,6 +91,8 @@ public:
std::string GetToolTip();
std::string GetInfoTip();
+ void BuildMenus();
+
void SetVote(int direction);
SaveInfo * GetSave();
Brush * GetBrush();