Go to the source code of this file.
Classes | |
| class | C4MusicSystem |
| class | C4MusicFileInfoNode |
Enumerations | |
| enum | MusicType { MUSICTYPE_MID , MUSICTYPE_MOD , MUSICTYPE_MP3 , MUSICTYPE_OGG , MUSICTYPE_UNKNOWN } |
Functions | |
| MusicType | GetMusicFileTypeByExtension (const char *ext) |
| enum MusicType |
| Enumerator | |
|---|---|
| MUSICTYPE_MID | |
| MUSICTYPE_MOD | |
| MUSICTYPE_MP3 | |
| MUSICTYPE_OGG | |
| MUSICTYPE_UNKNOWN | |
Definition at line 123 of file C4MusicSystem.h.
| MusicType GetMusicFileTypeByExtension | ( | const char * | ext | ) |
Definition at line 644 of file C4MusicSystem.cpp.
References MUSICTYPE_MID, MUSICTYPE_MOD, MUSICTYPE_MP3, MUSICTYPE_OGG, MUSICTYPE_UNKNOWN, and SEqualNoCase().
Referenced by C4MusicSystem::Load().