mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 04:31:22 +00:00
11 lines
131 B
C++
11 lines
131 B
C++
#include "CActorLights.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CActorLights::CActorLights(u32, const zeus::CVector3f& vec, int, int, float)
|
|
{
|
|
}
|
|
|
|
}
|