///////////////////////////////////////////////////////
| 296 | |
| 297 | //////////////////////////////////////////////////////////// |
| 298 | void SoundBuffer::attachSound(Sound* sound) const |
| 299 | { |
| 300 | m_sounds.insert(sound); |
| 301 | } |
| 302 | |
| 303 | |
| 304 | //////////////////////////////////////////////////////////// |