summaryrefslogtreecommitdiff
path: root/include/d/t/d_t_at0.h
blob: 9c0b948b57300300b0a1352b279f5ebd2dea73be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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