mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Initial InGameGuiManager imps
This commit is contained in:
23
Runtime/MP1/CSamusFaceReflection.hpp
Normal file
23
Runtime/MP1/CSamusFaceReflection.hpp
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef __URDE_CSAMUSFACEREFLECTION_HPP__
|
||||
#define __URDE_CSAMUSFACEREFLECTION_HPP__
|
||||
|
||||
#include "Character/CModelData.hpp"
|
||||
#include "Character/CActorLights.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
class CSamusFaceReflection
|
||||
{
|
||||
CModelData x0_modelData;
|
||||
CActorLights x4c_lights;
|
||||
public:
|
||||
CSamusFaceReflection(CStateManager& stateMgr);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __URDE_CSAMUSFACEREFLECTION_HPP__
|
||||
Reference in New Issue
Block a user