Options now has some different resolutions.

This commit is contained in:
Tleety
2016-03-11 14:11:58 +01:00
parent 4937bee46a
commit 44398eac58
4 changed files with 55 additions and 25 deletions
-2
View File
@@ -23,8 +23,6 @@ public:
private:
IRenderer* m_Renderer;
void OnPlay(const Events::InputCommand& e);
void OnOptions(const Events::InputCommand& e);
void OpenSubMenu(const Events::InputCommand& e);
EventRelay<MainMenuSystem, Events::ButtonClicked> m_EClicked;