2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 14:31:20 +00:00
metaforce/Runtime/MP1/CPauseScreen.cpp
2017-02-11 17:17:18 -10:00

20 lines
164 B
C++

#include "CPauseScreen.hpp"
namespace urde
{
namespace MP1
{
CPauseScreen::CPauseScreen()
{
}
bool CPauseScreen::CheckLoadComplete()
{
return false;
}
}
}