Move IW4 weapon and vehicle fields to separate header files

This commit is contained in:
Jan
2022-01-15 16:04:35 +01:00
parent 16d421f22d
commit 5b68b21755
8 changed files with 1040 additions and 1028 deletions

View File

@ -8,10 +8,6 @@ namespace IW4
{
class AssetDumperWeapon final : public AbstractAssetDumper<WeaponCompleteDef>
{
static constexpr const char* FILE_TYPE_STR = "WEAPONFILE";
static constexpr const char* GDF_NAME = "weapon.gdf";
static cspField_t weapon_fields[];
static void CopyToFullDef(const WeaponCompleteDef* weapon, WeaponFullDef* fullDef);
static InfoString CreateInfoString(XAssetInfo<WeaponCompleteDef>* asset);