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

Method closeFile

TheForceEngine/TFE_Archive/labArchive.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void LabArchive::closeFile()
94{
95 m_curFile = -1;
96 m_file.close();
97}
98
99u32 LabArchive::getFileIndex(const char* file)
100{

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected