Work on Voice state and SurroundProfiles

This commit is contained in:
Jack Andersen
2016-05-10 18:48:08 -10:00
parent 60f873e76e
commit 1102d50f8f
22 changed files with 1099 additions and 176 deletions

View File

@@ -9,7 +9,14 @@
namespace amuse
{
struct AudioGroupIndex {};
/** Common index members of SongGroups and SFXGroups */
struct AudioGroupIndex
{
const uint16_t* m_soundMacroIndex;
const uint16_t* m_tablesIndex;
const uint16_t* m_keymapsIndex;
const uint16_t* m_layersIndex;
};
/** Root index of SongGroup */
struct SongGroupIndex : AudioGroupIndex