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

Method cResourceMan

Source/ResourceMan.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34const char* EXTENSION_DEMO = ".ofd";
35
36cResourceMan::cResourceMan() {
37
38 addDefaultDirs();
39}
40
41void cResourceMan::addDir(const std::string& pPath) {
42 mAllPaths.push_back(pPath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected