MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / load

Method load

Source/Map/Original.cpp:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136bool cOriginalMap::load(tSharedBuffer pMapFile, tSharedBuffer pSptFile, const bool pCF2) {
137 loadCF1Map(pMapFile);
138 loadCF1Spt(pSptFile, pCF2);
139
140 return true;
141}
142
143bool cOriginalMap::save(std::string pFilename, const bool CF1) {
144

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected