Moved CDRom from sound_server.c

This commit is contained in:
nehalmistry 2002-04-07 03:52:49 +00:00
parent 755ed1fb9c
commit 9eaa7674c8

View file

@ -46,6 +46,10 @@ extern sem_t SoundThreadChannelSemaphore;
#include "libcda.h"
#endif
#ifdef USE_SDLCD
#include <SDL.h>
#endif
/*----------------------------------------------------------------------------
-- Definitons
----------------------------------------------------------------------------*/
@ -224,11 +228,16 @@ extern char *CDMode;
/// FIXME: docu
extern int CDTrack;
#endif
#ifdef USE_LIBCDA
/// number of tracks on the cd
extern int NumCDTracks;
#endif
#ifdef USE_SDLCD
extern SDL_CD *CDRom; /// SDL cdrom device
#endif
/*----------------------------------------------------------------------------
-- Functions
----------------------------------------------------------------------------*/