metaforce/Runtime/World/CFluidPlaneDoor.hpp

14 lines
209 B
C++
Raw Normal View History

2017-07-30 11:00:30 +00:00
#ifndef __URDE_CFLUIDPLANEDOOR_HPP__
#define __URDE_CFLUIDPLANEDOOR_HPP__
#include "CFluidPlane.hpp
namespace urde
{
class CFluidPlaneDoor : public CFluidPlane
{
};
}
#endif // __URDE_CFLUIDPLANEDOOR_HPP__