| 226 | } |
| 227 | |
| 228 | void MapTypeInfo::Load(const ParamEntry& cls) |
| 229 | { |
| 230 | icon = GlobLoadTexture(GetPictureName(cls >> "icon")); |
| 231 | color = GetPackedColor(cls >> "color"); |
| 232 | size = cls >> "size"; |
| 233 | } |
| 234 | |
| 235 | CStatic* CreateStaticMap(ControlsContainer* parent, int idc, const ParamEntry& cls) |
| 236 | { |
no test coverage detected