1SDL_CDClose(3) SDL API Reference SDL_CDClose(3)
23
4
NAME
6SDL_CDClose - Closes a SDL_CD handle
7
SYNOPSIS
9#include "SDL.h"
1011
void SDL_CDClose(SDL_CD *cdrom);
12
DESCRIPTION
14Closes the given cdrom handle.
15
SEE ALSO
17SDL_CDOpen, SDL_CD
1819
20
21
SDL Tue 11 Sep 2001, 22:58 SDL_CDClose(3)