| 771 | } |
| 772 | |
| 773 | void TileMap::addProperty( std::string Text, std::string Value ) { |
| 774 | mProperties[Text] = Value; |
| 775 | } |
| 776 | |
| 777 | void TileMap::editProperty( std::string Text, std::string Value ) { |
| 778 | mProperties[Text] = Value; |
no outgoing calls
no test coverage detected