mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 14:31:20 +00:00
20 lines
164 B
C++
20 lines
164 B
C++
#include "CPauseScreen.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
namespace MP1
|
|
{
|
|
|
|
CPauseScreen::CPauseScreen()
|
|
{
|
|
|
|
}
|
|
|
|
bool CPauseScreen::CheckLoadComplete()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
}
|
|
}
|