mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-18 09:25:27 +00:00
Work on Voice state and SurroundProfiles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user