mirror of
https://github.com/zeldaret/ss
synced 2026-06-07 20:01:37 -04:00
15 lines
181 B
C++
15 lines
181 B
C++
#ifndef D_T_BEETLE_H
|
|
#define D_T_BEETLE_H
|
|
|
|
#include "d/t/d_tg.h"
|
|
|
|
class dTgBeetle_c : public dTg_c {
|
|
public:
|
|
dTgBeetle_c() {}
|
|
virtual ~dTgBeetle_c() {}
|
|
|
|
private:
|
|
};
|
|
|
|
#endif
|