metaforce/Runtime/World/CFluidPlane.hpp

15 lines
187 B
C++
Raw Normal View History

2016-04-20 05:44:08 +00:00
#ifndef __URDE_CFLUIDPLANE_HPP__
#define __URDE_CFLUIDPLANE_HPP__
namespace urde
{
class CFluidPlane
{
public:
enum class EFluidType
{};
};
}
#endif // __URDE_CFLUIDPLANE_HPP__