| 156 | }; |
| 157 | |
| 158 | class ExtContainer final : public Container<BuildingTypeExt> |
| 159 | { |
| 160 | public: |
| 161 | ExtContainer(); |
| 162 | ~ExtContainer(); |
| 163 | |
| 164 | virtual bool Load(BuildingTypeClass* pThis, IStream* pStm) override; |
| 165 | }; |
| 166 | |
| 167 | static ExtContainer ExtMap; |
| 168 | static bool LoadGlobals(PhobosStreamReader& Stm); |
nothing calls this directly
no outgoing calls
no test coverage detected