| 113 | } |
| 114 | |
| 115 | cSound_PC2::cSound_PC2() { |
| 116 | |
| 117 | mSound = false; |
| 118 | mMusicPlaying = 0; |
| 119 | |
| 120 | devicePrepare(); |
| 121 | Sound_Voc_Load(); |
| 122 | } |
| 123 | |
| 124 | cSound_PC2::~cSound_PC2() { |
| 125 |
nothing calls this directly
no outgoing calls
no test coverage detected