summaryrefslogtreecommitdiff
path: root/include/d/t/d_t_drum.h
blob: 5b1fce2c3c9f9add3f3eb480175bcbfaaeac43c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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