rnd-20001203-5-src
[rocksndiamonds.git] / src / libgame / msdos.c
index b3137b4a5bc7ecc98eb20e536503e1614b6f205b..16bbe771c3024842a5e62a1070269aa3938eabbe 100644 (file)
 *  msdos.c                                                 *
 ***********************************************************/
 
-#include "libgame.h"
+#include "system.h"
+
 
 #if defined(PLATFORM_MSDOS)
 
+#include "sound.h"
+#include "misc.h"
+#include "pcx.h"
+
 #define AllegroDefaultScreen() (display->screens[display->default_screen])
 
 /* allegro driver declarations */
@@ -915,7 +920,7 @@ void XAutoRepeatOff(Display *display)
   keyboard_auto_repeat = FALSE;
 }
 
-boolean MSDOSOpenAudio(void)
+Bool MSDOSOpenAudio(void)
 {
   return allegro_init_audio();
 }