mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 01:11:20 +00:00
24 lines
393 B
C++
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__
|