mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 19:44:55 +00:00
Initial InGameGuiManager imps
This commit is contained in:
19
Runtime/MP1/CPauseScreen.cpp
Normal file
19
Runtime/MP1/CPauseScreen.cpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "CPauseScreen.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
CPauseScreen::CPauseScreen()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool CPauseScreen::CheckLoadComplete()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user