Added some variables from sound_server.c
This commit is contained in:
parent
0d3a1ed3b4
commit
d5b8f49591
1 changed files with 15 additions and 0 deletions
|
@ -164,6 +164,21 @@ extern unsigned AllocatedSoundMemory;
|
|||
extern unsigned CompressedSoundMemory;
|
||||
#endif
|
||||
|
||||
#ifdef USE_SDLCD
|
||||
/// SDL cdrom device
|
||||
extern SDL_CD *CDRom;
|
||||
#endif
|
||||
#if defined(USE_SDLCD) || defined(USE_LIBCDA)
|
||||
/// cd play mode, ":off" ":random" or ":all"
|
||||
extern char *CDMode;
|
||||
/// FIXME: docu
|
||||
extern int CDTrack;
|
||||
#endif
|
||||
#ifdef USE_LIBCDA
|
||||
/// number of tracks on the cd
|
||||
extern int NumCDTracks;
|
||||
#endif
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
-- Functions
|
||||
----------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Reference in a new issue