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