| 138 | } |
| 139 | |
| 140 | void shutdown() |
| 141 | { |
| 142 | TFE_System::logWrite(LOG_MSG, "Audio", "Shutdown"); |
| 143 | if (s_nullDevice) { return; } |
| 144 | |
| 145 | stopAllSounds(); |
| 146 | |
| 147 | TFE_AudioDevice::destroy(); |
| 148 | SDL_DestroyMutex(s_mutex); |
| 149 | } |
| 150 | |
| 151 | void stopAllSounds() |
| 152 | { |
no test coverage detected