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

Method close

src/SFML/Audio/InputSoundFile.cpp:315–318  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

313
314////////////////////////////////////////////////////////////
315void InputSoundFile::close()
316{
317 *this = {};
318}
319
320} // namespace sf

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected