MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / closeFile

Method closeFile

TheForceEngine/TFE_Archive/lfdArchive.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void LfdArchive::closeFile()
124{
125 m_curFile = -1;
126 m_file.close();
127}
128
129u32 LfdArchive::getFileIndex(const char* file)
130{

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected