mirror of
https://github.com/zeldaret/ss
synced 2026-08-09 10:53:09 -04:00
15 lines
218 B
C++
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
|