From 3c9a18162960d411055fbb63f8ff716f3a1b414b Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Wed, 4 Sep 2002 01:28:12 +0000 Subject: [PATCH] extern.h bit --- include/extern.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/extern.h b/include/extern.h index ecf83601c..8e06bd3fe 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1816,6 +1816,7 @@ E void FDECL(beg, (struct monst *)); E int NDECL(dotalk); #ifdef USER_SOUNDS E int FDECL(add_sound_mapping, (const char *)); +E void FDECL(play_sound_for_message, (const char *)); #endif /* ### sys/msdos/sound.c ### */