| 78 | } |
| 79 | |
| 80 | std::string GetName() const { |
| 81 | std::string Name = mName; |
| 82 | transform(Name.begin(), Name.end(), Name.begin(), toupper); |
| 83 | return Name; |
| 84 | } |
| 85 | |
| 86 | void SetMapFilename(const std::string& pMapFilename) { |
| 87 | mMapFilename = pMapFilename; |
no test coverage detected