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:
14
Runtime/World/CFluidPlane.hpp
Normal file
14
Runtime/World/CFluidPlane.hpp
Normal 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__
|
||||
Reference in New Issue
Block a user