2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 00:31:20 +00:00
metaforce/Runtime/World/CFluidPlane.cpp
2017-03-30 12:36:18 -10:00

20 lines
334 B
C++

#include "CFluidPlane.hpp"
namespace urde
{
CFluidPlane::CFluidPlane(u32, u32, u32, EFluidType, float, const urde::CFluidUVMotion&, float)
{
}
void CFluidPlane::Ripple(float mag, TUniqueId rippler, const zeus::CVector3f& pos,
CScriptWater& water, CStateManager& mgr)
{
}
void CFluidPlane::Update()
{
}
}