Fixed compile failure for DOS
authorDavid Griffith <dave@661.org>
Wed, 19 Jun 2013 18:58:14 +0000 (11:58 -0700)
committerDavid Griffith <dave@661.org>
Wed, 19 Jun 2013 18:58:14 +0000 (11:58 -0700)
src/dos/bcfrotz.h

index 26c642c87bc8eab3b9515d6cb2f7d906d07998d6..405b819cc89eb346a6a033c6b30c5b96622ff9a5 100644 (file)
@@ -94,6 +94,7 @@ extern volatile int end_of_sound_flag;
 #ifdef SOUND_SUPPORT
 /* BCsmpl  */  bool    dos_init_sound (void);
 /* BCsmpl  */  void    dos_reset_sound (void);
+/* BCinput */  void    end_of_sound(void);
 #endif
 /* BCtext  */  void    switch_scrn_attr (bool);
 /* BCtext  */  void    load_fonts (void);