2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 04:27:42 +00:00

Add ScriptWater loader imp

This commit is contained in:
2016-04-19 22:44:08 -07:00
parent 8537ea5d8d
commit beb1946e47
11 changed files with 271 additions and 21 deletions

View File

@@ -0,0 +1,14 @@
#ifndef __URDE_CFLUIDPLANE_HPP__
#define __URDE_CFLUIDPLANE_HPP__
namespace urde
{
class CFluidPlane
{
public:
enum class EFluidType
{};
};
}
#endif // __URDE_CFLUIDPLANE_HPP__