| 44 | } |
| 45 | |
| 46 | std::string cCampaign::GetPathToCampaign() const { |
| 47 | |
| 48 | return GetPath(false) + ".ofc"; |
| 49 | } |
| 50 | |
| 51 | std::string cCampaign::GetPathToFile(const std::string& pName) const { |
| 52 |
nothing calls this directly
no outgoing calls
no test coverage detected