MCPcopy Create free account
hub / github.com/SFML/SFML / attachSound

Method attachSound

src/SFML/Audio/SoundBuffer.cpp:298–301  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

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

Callers 1

setBufferMethod · 0.80

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected