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

Method closeFile

TheForceEngine/TFE_Archive/gobArchive.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void GobArchive::closeFile()
134{
135 m_curFile = -1;
136 m_file.close();
137}
138
139u32 GobArchive::getFileIndex(const char* file)
140{

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected