MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / cSound_PC2

Method cSound_PC2

Source/PC/Sound_PC2.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115cSound_PC2::cSound_PC2() {
116
117 mSound = false;
118 mMusicPlaying = 0;
119
120 devicePrepare();
121 Sound_Voc_Load();
122}
123
124cSound_PC2::~cSound_PC2() {
125

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected