Moved CDRom from sound_server.c
This commit is contained in:
parent
755ed1fb9c
commit
9eaa7674c8
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
----------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Reference in a new issue