| 104 | } |
| 105 | |
| 106 | void CChunk::SetupBankData(int index, unsigned char bank) |
| 107 | { |
| 108 | GetChunkData<CChunkDataBank>(index).m_bank = bank; |
| 109 | } |
| 110 | |
| 111 | unsigned char CChunk::GetStringData(int index, int pos) const |
| 112 | { |
no outgoing calls
no test coverage detected