mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Initial InGameGuiManager imps
This commit is contained in:
25
Runtime/MP1/CSamusHud.hpp
Normal file
25
Runtime/MP1/CSamusHud.hpp
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef __URDE_CSAMUSHUD_HPP__
|
||||
#define __URDE_CSAMUSHUD_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CGuiFrame;
|
||||
class CStateManager;
|
||||
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
class CSamusHud
|
||||
{
|
||||
friend class CInGameGuiManager;
|
||||
CGuiFrame* x274_loadedBaseHud = nullptr;
|
||||
public:
|
||||
CSamusHud(CStateManager& stateMgr);
|
||||
bool CheckLoadComplete(CStateManager& stateMgr);
|
||||
void Touch();
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __URDE_CSAMUSHUD_HPP__
|
||||
Reference in New Issue
Block a user