Files
ss/include/d/t/d_t_belt_obstacle.h
T
2026-01-30 00:05:51 +01:00

15 lines
213 B
C++

#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