Compounds | |
| class | ImageData |
| Class to wrap SDL_Surface pointers. More... | |
| class | FontData |
| Class to wrap TTF_Font pointers. More... | |
| class | SoundData |
| Class to wrap Mix_Chunk pointers. More... | |
| class | MusicData |
| Class to wrap Mix_Music pointers. More... | |
| class | ZConfigFile |
| ZConfigFile Class for use in ZEngine. More... | |
| class | ZCF_Variable |
| class | ZCF_Section |
| class | ZEngine |
| Main ZEngine Singleton Class. More... | |
| class | ZFont |
| ZFont class for basic Font use. More... | |
| class | ZImage |
| ZImage class for basic Image use. More... | |
| class | ZMusic |
| ZMusic class for playing full length music (eg. ogg or wav). More... | |
| class | ZObject |
| ZObject base class for other ZEngine objects. More... | |
| class | ZRect |
| ZEngine class for simplified rectangle use. More... | |
| class | ZSound |
| ZSound class for playing sound effects. (WAV). More... | |
| class | ZTimer |
| ZTimer class for Timer use. More... | |
Functions | |
| string | _GetError (int line, string file, string str) |
| Error handling Utiltity function. | |
| void | _LogError (int line, string file, string str) |
| Error handling Utiltity function. | |
| string | FormatStr (const char *fmtstr,...) |
| Parses a string and interprets variable arguments, similar to sprintf. | |
|
||||||||||||||||
|
Get string describing error given appropriate details.
|
|
||||||||||||||||
|
Log error to stderr, describing error given appropriate details.
|
|
||||||||||||
|
Takes identifiers out of fmtstr and parses them, replacing them with cooresponding values in the variable arguments list. For more detail view documentation.
|
1.3-rc1