summaryrefslogtreecommitdiff
path: root/src/game/GameController.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-01-12 22:04:31 (GMT)
committer jacob1 <jfu614@gmail.com>2013-01-12 22:04:31 (GMT)
commite29b4c14d65ac4f1c85d038490c3719e8aab065c (patch)
tree4898ee56f733199c8abca8ed4f8021c228642ecd /src/game/GameController.h
parentb3037857f034c308f8e61172b5bdbbee8689aa1d (diff)
parentdf628c7fe3ee7bb28de79b68658669ba2213ab20 (diff)
downloadpowder-e29b4c14d65ac4f1c85d038490c3719e8aab065c.zip
powder-e29b4c14d65ac4f1c85d038490c3719e8aab065c.tar.gz
Merge pull request #114 from mniip/deco
'b' key opens deco editor
Diffstat (limited to 'src/game/GameController.h')
-rw-r--r--src/game/GameController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h
index a3057d2..53b83d4 100644
--- a/src/game/GameController.h
+++ b/src/game/GameController.h
@@ -148,6 +148,7 @@ public:
virtual void NotifyAuthUserChanged(Client * sender);
virtual void NotifyNewNotification(Client * sender, std::pair<std::string, std::string> notification);
void RunUpdater();
+ std::vector<Menu*> GetMenuList();
};
#endif // GAMECONTROLLER_H