#include "C4Include.h"#include "platform/C4MusicSystem.h"#include "game/C4Application.h"#include "game/C4GraphicsSystem.h"#include "lib/C4Random.h"#include "platform/C4MusicFile.h"#include "platform/C4Window.h"Go to the source code of this file.
Functions | |
| MusicType | GetMusicFileTypeByExtension (const char *ext) |
| 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().