mirror of
https://github.com/zeldaret/ss
synced 2026-06-02 02:00:06 -04:00
15 lines
171 B
C++
15 lines
171 B
C++
#ifndef D_T_DRUM_H
|
|
#define D_T_DRUM_H
|
|
|
|
#include "d/t/d_tg.h"
|
|
|
|
class dTgDrum_c : public dTg_c {
|
|
public:
|
|
dTgDrum_c() {}
|
|
virtual ~dTgDrum_c() {}
|
|
|
|
private:
|
|
};
|
|
|
|
#endif
|