blob: f8889468554d0ad33756620c9b4cbf257a856df4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef D_SND_ID_MAPPERS_H
#define D_SND_ID_MAPPERS_H
#include "common.h"
#include "d/snd/d_snd_types.h"
u32 getGrpId(dSndSourceGroup_c *pGroup);
u32 getBnkSeId(dSndSourceGroup_c *pGroup);
u32 getSeId(dSndSourceGroup_c *pGroup);
const char *getHitEffectName(u32 polyAttr0);
#endif
|