2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 04:31:22 +00:00
metaforce/Runtime/Character/CActorLights.cpp
2016-08-14 11:11:44 -10:00

11 lines
131 B
C++

#include "CActorLights.hpp"
namespace urde
{
CActorLights::CActorLights(u32, const zeus::CVector3f& vec, int, int, float)
{
}
}