Home | History | Annotate | Download | only in include

Lines Matching defs:SDL_CD

70 typedef struct SDL_CD {
79 } SDL_CD;
114 extern DECLSPEC SDL_CD * SDLCALL SDL_CDOpen(int drive);
118 play position of the CD will be stored in the SDL_CD structure.
120 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
141 extern DECLSPEC int SDLCALL SDL_CDPlayTracks(SDL_CD *cdrom,
147 extern DECLSPEC int SDLCALL SDL_CDPlay(SDL_CD *cdrom, int start, int length);
150 extern DECLSPEC int SDLCALL SDL_CDPause(SDL_CD *cdrom);
153 extern DECLSPEC int SDLCALL SDL_CDResume(SDL_CD *cdrom);
156 extern DECLSPEC int SDLCALL SDL_CDStop(SDL_CD *cdrom);
159 extern DECLSPEC int SDLCALL SDL_CDEject(SDL_CD *cdrom);
162 extern DECLSPEC void SDLCALL SDL_CDClose(SDL_CD *cdrom);