| 90 | std::vector<std::string> getAllPaths() const; |
| 91 | |
| 92 | std::string getCustomMapPath() const { return mCustomMapPath; } |
| 93 | |
| 94 | |
| 95 | std::vector<std::string> DirectoryList(const std::string& pPath, const std::string& pExtension); |
nothing calls this directly
no outgoing calls
no test coverage detected