MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / setCASCDir

Method setCASCDir

src/Abyss/Common/Configuration.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void Configuration::setCASCDir(std::filesystem::path newDir) {
27 this->_cascDir = std::move(newDir);
28}
29
30void Configuration::setMPQDir(std::filesystem::path newDir) {
31 this->_mpqDir = std::move(newDir);

Callers 1

processFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected