SDL_CDResume From SDL Library previous page next page SDL Library Documentation Prev Next SDL_CDResume NameSDL_CDResume -- Resumes a CDROM Synopsis #include "SDL.h" int SDL_CDResume(SDL_CD *cdrom); Description Resumes play on the given cdrom. Return Value Returns 0 on success, or -1 on an error. See Also SDL_CDPlay, SDL_CDPause Prev Home Next SDL_CDPause Up SDL_CDStop previous page start next page