mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 13:51:21 +00:00
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__
|