// =========================================
// snd_alias_list_t
// =========================================
use snd_alias_list_t;
set block XFILE_BLOCK_TEMP;
set string aliasName;
set reusable head;
set count head count;

// snd_alias_t
use snd_alias_t;
set string aliasName;
set string subtitle;
set string secondaryAliasName;
set string chainAliasName;
set reusable soundFile;
set reusable speakerMap;

// SoundFile
set condition SoundFile::u::loadSnd type == SAT_LOADED;

// SpeakerMap
set string SpeakerMap::name;

// StreamedSound
use StreamedSound;
set string dir;
set string name;