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

Method Music

src/SFML/Audio/Music.cpp:63–65  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

61
62////////////////////////////////////////////////////////////
63Music::Music() : m_impl(std::make_unique<Impl>())
64{
65}
66
67
68////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected