| 34 | const char* EXTENSION_DEMO = ".ofd"; |
| 35 | |
| 36 | cResourceMan::cResourceMan() { |
| 37 | |
| 38 | addDefaultDirs(); |
| 39 | } |
| 40 | |
| 41 | void cResourceMan::addDir(const std::string& pPath) { |
| 42 | mAllPaths.push_back(pPath); |
nothing calls this directly
no outgoing calls
no test coverage detected