MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / initializeFileReaderWriter

Method initializeFileReaderWriter

src/utils/Utils.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25static bx::FileWriterI* fileWriter = nullptr;
26
27void Utils::initializeFileReaderWriter()
28{
29 fileReader = new bx::FileReader;
30 fileWriter = new bx::FileWriter;
31}
32
33void Utils::destroyFileReaderWriter()
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected