metaforce/Runtime/MP1/CLogBookScreen.hpp

26 lines
462 B
C++
Raw Normal View History

2017-05-02 04:00:38 +00:00
#ifndef __URDE_CLOGBOOKSCREEN_HPP__
#define __URDE_CLOGBOOKSCREEN_HPP__
#include "CInGameGuiManager.hpp"
#include "CPauseScreenBase.hpp"
namespace urde
{
namespace MP1
{
class CLogBookScreen : public CPauseScreenBase
{
public:
CLogBookScreen(const CStateManager& mgr, CGuiFrame& frame, const CStringTable& pauseStrg);
bool VReady() const;
void VActivate() const;
u32 GetRightTableCount() const;
};
}
}
#endif // __URDE_CLOGBOOKSCREEN_HPP__