2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-06 00:33:28 +00:00
metaforce/Runtime/MP1/CPauseScreen.cpp
2017-02-17 16:19:50 -10:00

25 lines
257 B
C++

#include "CPauseScreen.hpp"
namespace urde
{
namespace MP1
{
CPauseScreen::CPauseScreen()
{
}
bool CPauseScreen::CheckLoadComplete()
{
return false;
}
void CPauseScreen::OnNewInGameGuiState(EInGameGuiState state, CStateManager& stateMgr)
{
}
}
}