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

Method close

TheForceEngine/TFE_Archive/lfdArchive.cpp:69–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void LfdArchive::close()
70{
71 m_file.close();
72 m_archiveOpen = false;
73
74 if (m_fileList.entries)
75 {
76 delete[] m_fileList.entries;
77 m_fileList.entries = nullptr;
78 }
79}
80
81// File Access
82bool LfdArchive::openFile(const char *file)

Callers 4

createMethod · 0.45
openMethod · 0.45
openFileMethod · 0.45
closeFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected