mirror of
https://github.com/zeldaret/ss
synced 2026-06-21 00:11:13 -04:00
15 lines
166 B
C++
15 lines
166 B
C++
#ifndef D_T_AT0_H
|
|
#define D_T_AT0_H
|
|
|
|
#include "d/t/d_tg.h"
|
|
|
|
class dTgAt0_c : public dTg_c {
|
|
public:
|
|
dTgAt0_c() {}
|
|
virtual ~dTgAt0_c() {}
|
|
|
|
private:
|
|
};
|
|
|
|
#endif
|