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

Method addDir

Source/ResourceMan.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void cResourceMan::addDir(const std::string& pPath) {
42 mAllPaths.push_back(pPath);
43}
44
45void cResourceMan::addBaseDir(std::string pPath) {
46 // Ensure trailing / on path

Callers 1

ProcessINIMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected