blob: f7ba53f5868266dd58af254ae1a2dc6fb2217e87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef D_T_PLIGHT_H
#define D_T_PLIGHT_H
#include "d/t/d_tg.h"
class dTgPlight_c : public dTg_c {
public:
dTgPlight_c() {}
virtual ~dTgPlight_c() {}
private:
};
#endif
|