File and CD access wrapper.
#include <srl_cd.hpp>
Classes | |
struct | File |
Disk file. More... | |
struct | FileSize |
File size. More... | |
struct | TableOfContents |
Table of contents of the CD. More... | |
Static Public Member Functions | |
static void | ChangeDir (char *name) |
Change current directory. | |
static bool | Initialize () |
Initialize file handling stuff. | |
Static Public Attributes | |
static const int | MaxTrackCount = 99 |
Number of tracks CD can have. | |
|
inlinestatic |
Change current directory.
name | Directory name (NULL for root directory) |
|
inlinestatic |
Initialize file handling stuff.