mirror of https://github.com/AxioDL/metaforce.git
15 lines
187 B
C++
15 lines
187 B
C++
|
#ifndef __URDE_CFLUIDPLANE_HPP__
|
||
|
#define __URDE_CFLUIDPLANE_HPP__
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
class CFluidPlane
|
||
|
{
|
||
|
public:
|
||
|
enum class EFluidType
|
||
|
{};
|
||
|
};
|
||
|
}
|
||
|
|
||
|
#endif // __URDE_CFLUIDPLANE_HPP__
|