Files
ss/include/d/t/d_t_player_restart.h
T
2026-01-30 00:05:51 +01:00

15 lines
218 B
C++

#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