Files
ss/include/d/tg/d_tg.h
T
robojumper e2c4bb7be7 Dowsing (#17)
* Dowsing.

* d_t_dowsing

* d_t_holy_water OK
2024-09-12 16:23:11 -04:00

12 lines
134 B
C++

#ifndef D_TG_H
#define D_TG_H
#include <d/a/d_a_base.h>
class dTg_c : public dAcBase_c {
public:
virtual ~dTg_c() {}
};
#endif