| 25 | static bx::FileWriterI* fileWriter = nullptr; |
| 26 | |
| 27 | void Utils::initializeFileReaderWriter() |
| 28 | { |
| 29 | fileReader = new bx::FileReader; |
| 30 | fileWriter = new bx::FileWriter; |
| 31 | } |
| 32 | |
| 33 | void Utils::destroyFileReaderWriter() |
| 34 | { |
nothing calls this directly
no outgoing calls
no test coverage detected