prototype was within #ifdef block, function wasn't
Move the prototype in extern.h
This commit is contained in:
+1
-2
@@ -2615,9 +2615,8 @@ extern void get_soundlib_name(char *dest, int maxlen);
|
|||||||
#ifdef SND_SOUNDEFFECTS_AUTOMAP
|
#ifdef SND_SOUNDEFFECTS_AUTOMAP
|
||||||
extern char *get_sound_effect_filename(int32_t seidint,
|
extern char *get_sound_effect_filename(int32_t seidint,
|
||||||
char *buf, size_t bufsz, int32_t);
|
char *buf, size_t bufsz, int32_t);
|
||||||
extern char *base_soundname_to_filename(char *basename, char *buf,
|
|
||||||
size_t bufsz, int32_t baseflag);
|
|
||||||
#endif
|
#endif
|
||||||
|
extern char *base_soundname_to_filename(char *, char *, size_t, int32_t);
|
||||||
|
|
||||||
/* ### sp_lev.c ### */
|
/* ### sp_lev.c ### */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user