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

16 lines
215 B
C++

#include "CSamusFaceReflection.hpp"
namespace urde
{
namespace MP1
{
CSamusFaceReflection::CSamusFaceReflection(CStateManager& stateMgr)
: x4c_lights(8, zeus::CVector3f::skZero, 4, 4, false, 0, 0, 0.1f)
{
}
}
}