mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Initial InGameGuiManager imps
This commit is contained in:
20
Runtime/MP1/CPlayerVisor.hpp
Normal file
20
Runtime/MP1/CPlayerVisor.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef __URDE_CPLAYERVISOR_HPP__
|
||||
#define __URDE_CPLAYERVISOR_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CStateManager;
|
||||
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
class CPlayerVisor
|
||||
{
|
||||
public:
|
||||
CPlayerVisor(CStateManager& stateMgr);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __URDE_CPLAYERVISOR_HPP__
|
||||
Reference in New Issue
Block a user