| 1252 | } |
| 1253 | |
| 1254 | void CSoundGen::ForceReloadInstrument(stChannelID Channel) // // // |
| 1255 | { |
| 1256 | m_pSoundDriver->ForceReloadInstrument(Channel); |
| 1257 | } |
| 1258 | |
| 1259 | std::pair<unsigned, unsigned> CSoundGen::GetPlayerPos() const { // // // |
| 1260 | if (const auto &cursor = m_pSoundDriver->GetPlayerCursor()) |
no outgoing calls
no test coverage detected