| 457 | } |
| 458 | |
| 459 | void CChunkRenderText::WriteFileString(std::string_view sv) const // // // |
| 460 | { |
| 461 | m_File.WriteBytes(sv); // // // |
| 462 | } |
| 463 | |
| 464 | std::string CChunkRenderText::GetByteString(array_view<unsigned char> Data, int LineBreak) { // // // |
| 465 | std::string str = "\t.byte "; |
nothing calls this directly
no test coverage detected