| 53 | } |
| 54 | |
| 55 | void BannerObject::Load() |
| 56 | { |
| 57 | GetStringTable().Sort(); |
| 58 | _legacyType.name = LanguageAllocateObjectString(GetName()); |
| 59 | _legacyType.image = LoadImages(); |
| 60 | } |
| 61 | |
| 62 | void BannerObject::Unload() |
| 63 | { |
nothing calls this directly
no test coverage detected