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