mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:07:42 +00:00
Various Implementations
This commit is contained in:
13
Runtime/World/CFluidPlane.cpp
Normal file
13
Runtime/World/CFluidPlane.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "CFluidPlane.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
CFluidPlane::CFluidPlane(u32, u32, u32, EFluidType, float, const urde::CFluidUVMotion&, float)
|
||||
{
|
||||
}
|
||||
|
||||
void CFluidPlane::Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user