| 62 | } |
| 63 | |
| 64 | void FootpathObject::Unload() |
| 65 | { |
| 66 | LanguageFreeObjectString(_legacyType.string_idx); |
| 67 | UnloadImages(); |
| 68 | |
| 69 | _legacyType.string_idx = 0; |
| 70 | _legacyType.image = 0; |
| 71 | } |
| 72 | |
| 73 | void FootpathObject::DrawPreview(Drawing::RenderTarget& rt, int32_t width, int32_t height) const |
| 74 | { |
nothing calls this directly
no test coverage detected