Amuse
|
#include <AudioGroupProject.hpp>
Public Member Functions | |
AudioGroupProject (const unsigned char *data) | |
const SongGroupIndex * | getSongGroupIndex (int groupId) const |
const SFXGroupIndex * | getSFXGroupIndex (int groupId) const |
const std::unordered_map< int, SongGroupIndex > & | songGroups () const |
const std::unordered_map< int, SFXGroupIndex > & | sfxGroups () const |
Collection of SongGroup and SFXGroup indexes
Definition at line 67 of file AudioGroupProject.hpp.