2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-06 11:13:28 +00:00
metaforce/Runtime/World/CFluidPlaneDoor.hpp

14 lines
209 B
C++

#ifndef __URDE_CFLUIDPLANEDOOR_HPP__
#define __URDE_CFLUIDPLANEDOOR_HPP__
#include "CFluidPlane.hpp
namespace urde
{
class CFluidPlaneDoor : public CFluidPlane
{
};
}
#endif // __URDE_CFLUIDPLANEDOOR_HPP__