| 486 | } |
| 487 | |
| 488 | std::vector<std::string> cResourceMan::getValidPaths() const { |
| 489 | return mValidPaths; |
| 490 | } |
| 491 | std::vector<std::string> cResourceMan::getAllPaths() const { |
| 492 | return mAllPaths; |
| 493 | } |
nothing calls this directly
no outgoing calls
no test coverage detected