mirror of
https://github.com/zeldaret/ss
synced 2026-06-12 13:34:57 -04:00
e2c4bb7be7
* Dowsing. * d_t_dowsing * d_t_holy_water OK
12 lines
134 B
C++
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
|