mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Lots of CMFGame integration
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef __URDE_CPAUSESCREEN_HPP__
|
||||
#define __URDE_CPAUSESCREEN_HPP__
|
||||
|
||||
#include "CInGameGuiManager.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
@@ -8,9 +10,20 @@ namespace MP1
|
||||
|
||||
class CPauseScreen
|
||||
{
|
||||
union
|
||||
{
|
||||
struct
|
||||
{
|
||||
bool x50_24_ : 1;
|
||||
bool x50_25_ : 1;
|
||||
};
|
||||
u32 _dummy = 0;
|
||||
};
|
||||
public:
|
||||
CPauseScreen();
|
||||
bool CheckLoadComplete();
|
||||
void OnNewInGameGuiState(EInGameGuiState state, CStateManager& stateMgr);
|
||||
bool GetX50_25() const { return x50_25_; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user