mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Work on CPauseScreen
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
#include "COptionsScreen.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
COptionsScreen::COptionsScreen(const CStateManager& mgr, CGuiFrame& frame,
|
||||
const CStringTable& pauseStrg)
|
||||
: CPauseScreenBase(mgr, frame, pauseStrg)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool COptionsScreen::VReady() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void COptionsScreen::VActivate() const
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
u32 COptionsScreen::GetRightTableCount() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user