MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / SaveManager

Method SaveManager

game/state/savemanager.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21const UString saveFileExtension = ".save";
22
23SaveManager::SaveManager() : saveDirectory(Options::saveDirOption.get()) {}
24
25UString SaveManager::createSavePath(const UString &name) const
26{

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected