2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-27 20:45:34 +00:00
metaforce/Runtime/CFluidPlaneManager.hpp
2017-03-02 21:18:12 -10:00

23 lines
332 B
C++

#ifndef __URDE_CFLUIDPLANEMANAGER_HPP__
#define __URDE_CFLUIDPLANEMANAGER_HPP__
namespace urde
{
class CFluidPlaneManager
{
bool x121_;
class CFluidProfile
{
public:
void Clear();
};
static CFluidProfile sProfile;
public:
void StartFrame(bool);
};
}
#endif // __URDE_CFLUIDPLANEMANAGER_HPP__