From: David Griffith Date: Wed, 19 Jun 2013 18:58:14 +0000 (-0700) Subject: Fixed compile failure for DOS X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=5797a26c33f65f83cc9ebff8e0873045828299b4;p=liskon_frotz.git Fixed compile failure for DOS --- diff --git a/src/dos/bcfrotz.h b/src/dos/bcfrotz.h index 26c642c..405b819 100644 --- a/src/dos/bcfrotz.h +++ b/src/dos/bcfrotz.h @@ -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);