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

Method Music

src/Engine/Music.cpp:33–35  ·  view source on GitHub ↗

* Initializes a new music track. */

Source from the content-addressed store, hash-verified

31 * Initializes a new music track.
32 */
33Music::Music() : _music(0)
34{
35}
36
37/**
38 * Deletes the loaded music content.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected