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

Method Sound

src/Engine/Sound.cpp:32–34  ·  view source on GitHub ↗

* Initializes a new sound effect. */

Source from the content-addressed store, hash-verified

30 * Initializes a new sound effect.
31 */
32Sound::Sound() : _sound(0)
33{
34}
35
36/**
37 * Deletes the loaded sound content.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected