Unresolved externals shit

This commit is contained in:
Tleety
2016-03-11 13:38:48 +01:00
parent bb0531a459
commit 4937bee46a
+5 -1
View File
@@ -16,7 +16,6 @@ void MainMenuSystem::Update(double dt)
} }
void MainMenuSystem::OnPlay(const Events::InputCommand& e) void MainMenuSystem::OnPlay(const Events::InputCommand& e)
{ {
auto menus = m_World->GetComponents("Menu"); auto menus = m_World->GetComponents("Menu");
@@ -62,6 +61,11 @@ void MainMenuSystem::OnPlay(const Events::InputCommand& e)
} }
void MainMenuSystem::OnOptions(const Events::InputCommand& e)
{
}
void MainMenuSystem::OpenSubMenu(const Events::InputCommand& e) void MainMenuSystem::OpenSubMenu(const Events::InputCommand& e)
{ {