prototype was within #ifdef block, function wasn't

Move the prototype in extern.h
This commit is contained in:
nhmall
2023-01-31 23:05:15 -05:00
parent 8ee42f5644
commit 56d4822f4e

View File

@@ -2615,9 +2615,8 @@ extern void get_soundlib_name(char *dest, int maxlen);
#ifdef SND_SOUNDEFFECTS_AUTOMAP
extern char *get_sound_effect_filename(int32_t seidint,
char *buf, size_t bufsz, int32_t);
extern char *base_soundname_to_filename(char *basename, char *buf,
size_t bufsz, int32_t baseflag);
#endif
extern char *base_soundname_to_filename(char *, char *, size_t, int32_t);
/* ### sp_lev.c ### */