SaturnRingLibrary 0.6
SGL wrapper
 
Loading...
Searching...
No Matches
SRL::Cd Class Reference

Detailed Description

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.
 

Member Function Documentation

◆ ChangeDir()

static void SRL::Cd::ChangeDir ( char * name)
inlinestatic

Change current directory.

Parameters
nameDirectory name (NULL for root directory)

◆ Initialize()

static bool SRL::Cd::Initialize ( )
inlinestatic

Initialize file handling stuff.

Returns
True if initialized without error