| 5 | SideExt::ExtContainer SideExt::ExtMap; |
| 6 | |
| 7 | void SideExt::ExtData::Initialize() |
| 8 | { |
| 9 | const char* pID = this->OwnerObject()->ID; |
| 10 | |
| 11 | this->ArrayIndex = SideClass::FindIndex(pID); |
| 12 | this->Sidebar_GDIPositions = this->ArrayIndex == 0; // true = Allied |
| 13 | }; |
| 14 | |
| 15 | void SideExt::ExtData::LoadFromINIFile(CCINIClass* pINI) |
| 16 | { |
nothing calls this directly
no outgoing calls
no test coverage detected