Add IW4 zone writing

This commit is contained in:
Jan
2021-05-08 14:02:08 +02:00
parent 843b861b1b
commit 4d37d37fd7
3 changed files with 72 additions and 5 deletions

View File

@ -12,6 +12,8 @@ namespace IW4
std::unordered_map<std::string, asset_type_t> m_asset_types_by_name;
void AddAssetTypeName(asset_type_t assetType, std::string name);
static std::vector<Gdt*> CreateGdtList(ZoneCreationContext& context);
bool CreateIgnoredAssetMap(ZoneCreationContext& context, std::unordered_map<std::string, asset_type_t>& ignoredAssetMap) const;
void CreateZoneAssetPools(Zone* zone) const;
public: