SDL++
C++wrapperfortheSDLlibrary.
|
Base for the cd-rom subsystem. More...
#include <Subsystem.h>
Public Member Functions | |
int | numDrives () |
Static Protected Member Functions | |
static const string | name () |
Base for the cd-rom subsystem.
Definition at line 156 of file Subsystem.h.
static const string sdl::subsystem::CdRomBase::name | ( | ) | [inline, static, protected] |
Returns the name of the Subsystem.
Definition at line 170 of file Subsystem.h.
int sdl::subsystem::CdRomBase::numDrives | ( | ) | [inline] |
The number of cd drives attached to the system.
Definition at line 162 of file Subsystem.h.