struct EE::Audio::tSoundManager::sSound

struct sSound {
    // fields

    SoundBuffer Buf;
    std::vector<Sound> Snd;
};