| 693 | } |
| 694 | |
| 695 | void CCompiler::ClearSongBanks() |
| 696 | { |
| 697 | // Clear bank data in song chunks |
| 698 | for (CChunk *pChunk : m_vSongChunks) |
| 699 | pChunk->SetupBankData(m_iSongBankReference, 0); |
| 700 | } |
| 701 | |
| 702 | void CCompiler::EnableBankswitching() |
| 703 | { |
nothing calls this directly
no test coverage detected