| 1257 | } |
| 1258 | |
| 1259 | std::pair<unsigned, unsigned> CSoundGen::GetPlayerPos() const { // // // |
| 1260 | if (const auto &cursor = m_pSoundDriver->GetPlayerCursor()) |
| 1261 | return std::make_pair(cursor->GetCurrentFrame(), cursor->GetCurrentRow()); |
| 1262 | return std::make_pair(0, 0); |
| 1263 | } |
| 1264 | |
| 1265 | int CSoundGen::GetPlayerTrack() const |
| 1266 | { |
no test coverage detected