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