Files
ss/include/d/snd/d_snd_id_mappers.h
T
2025-09-13 11:48:25 +02:00

14 lines
285 B
C

#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