blob: 497046f930437892dbeb2a2b89de6ae7d4a2f792 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef D_SND_SOURCE_DEMO_H
#define D_SND_SOURCE_DEMO_H
#include "d/snd/d_snd_source_anim_sound.h"
class dSndSourceDemo_c : public dSndSourceAnimSound_c {
public:
dSndSourceDemo_c(s32 sourceType, dAcBase_c *ac, const char *name, dSndSourceGroup_c *pOwnerGroup);
/* 0x200 */ u8 _0x200[0x204 - 0x200];
};
#endif
|