#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