mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 21:11:21 +00:00
16 lines
215 B
C++
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)
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|