2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 01:11:20 +00:00
metaforce/Runtime/MP1/CSamusFaceReflection.hpp
2017-02-11 17:17:18 -10:00

24 lines
393 B
C++

#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__