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

Method SoundSet

src/Engine/SoundSet.cpp:30–33  ·  view source on GitHub ↗

* Sets up a new empty sound set. */

Source from the content-addressed store, hash-verified

28 * Sets up a new empty sound set.
29 */
30SoundSet::SoundSet() : _sounds()
31{
32
33}
34
35/**
36 * Deletes the sounds from memory.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected