summaryrefslogtreecommitdiff
path: root/include/d/t/d_t_sound.h
blob: fc35792ba56ce85327f5bade7f57957771deb77b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef D_T_SOUND_H
#define D_T_SOUND_H

#include "d/t/d_tg.h"

class dTgSound_c : public dTg_c {
public:
    dTgSound_c() {}
    virtual ~dTgSound_c() {}

private:
};

#endif