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

Method ExtraSounds

src/Ruleset/ExtraSounds.cpp:28–30  ·  view source on GitHub ↗

* Creates a blank set of extra sound data. */

Source from the content-addressed store, hash-verified

26 * Creates a blank set of extra sound data.
27 */
28ExtraSounds::ExtraSounds() : _modIndex(0)
29{
30}
31
32/**
33 * Cleans up the extra sound set.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected