mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-06 23:25:53 +00:00
20 lines
265 B
C++
20 lines
265 B
C++
#include "CFluidPlaneManager.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CFluidPlaneManager::CFluidProfile CFluidPlaneManager::sProfile = {};
|
|
|
|
void CFluidPlaneManager::CFluidProfile::Clear()
|
|
{
|
|
|
|
}
|
|
|
|
void CFluidPlaneManager::StartFrame(bool b)
|
|
{
|
|
x121_ = b;
|
|
sProfile.Clear();
|
|
}
|
|
|
|
}
|