#include <Mod.h>
Classes | |
| class | AudioSystem |
| class | FileSystem |
Public Member Functions | |
| Mod (const char *nameSpace) | |
| ~Mod () | |
| const char * | getNamespace () const |
| FileSystem * | getFileSystem () |
| AudioSystem * | getAudioSystem () |
| bool | initFileSystem (sead::Heap *heap) |
| bool | initAudioSystem (sead::Heap *heap) |
Static Public Member Functions | |
| static Mod * | getMod (const char *nameSpace) |
| static Mod * | findModFromID (const char *id, sead::BufferedSafeString *noModID) |
Static Public Attributes | |
| static const u32 | cModNameMax = 32 |
|
explicit |
| red::Mod::~Mod | ( | ) |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
| bool red::Mod::initFileSystem | ( | sead::Heap * | heap | ) |
| bool red::Mod::initAudioSystem | ( | sead::Heap * | heap | ) |
|
static |