mirror of
https://github.com/zeldaret/ss
synced 2026-06-02 18:18:38 -04:00
15 lines
181 B
C++
15 lines
181 B
C++
#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
|