#ifndef D_T_BELT_OBSTACLE_H #define D_T_BELT_OBSTACLE_H #include "d/t/d_tg.h" class dTgBeltObstacle_c : public dTg_c { public: dTgBeltObstacle_c() {} virtual ~dTgBeltObstacle_c() {} private: }; #endif