2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-05 09:13:27 +00:00
metaforce/Runtime/MP1/CPlayerVisor.hpp
2017-02-11 17:17:18 -10:00

21 lines
242 B
C++

#ifndef __URDE_CPLAYERVISOR_HPP__
#define __URDE_CPLAYERVISOR_HPP__
namespace urde
{
class CStateManager;
namespace MP1
{
class CPlayerVisor
{
public:
CPlayerVisor(CStateManager& stateMgr);
};
}
}
#endif // __URDE_CPLAYERVISOR_HPP__