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

Method GetAboutFile

Source/ResourceMan.cpp:444–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444std::string cResourceMan::GetAboutFile() const {
445 for (auto& ValidPath : mValidPaths) {
446 auto basepath = ValidPath + "about.png";
447 if (FileExists(basepath))
448 return basepath;
449 }
450
451 return "";
452}
453
454std::string cResourceMan::GetWavPath(const std::string& pFile) const {
455 for (auto& ValidPath : mValidPaths) {

Callers 1

cAboutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected