staticfn bit in sounds.c

This commit is contained in:
nhmall
2024-03-16 20:45:25 -04:00
parent 0227a2e0bf
commit 118a82c9a0

View File

@@ -1933,6 +1933,10 @@ nosound_verbal(char *text, int32_t gender, int32_t tone,
#endif
#ifdef SND_SOUNDEFFECTS_AUTOMAP
/* prototype in case a build defines staticfn to nothing */
staticfn void initialize_semap_basenames(void);
struct soundeffect_automapping {
enum sound_effect_entries seid;
const char *base_filename;