mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-08 12:37:54 -05:00
Move IW4 weapon and vehicle fields to separate header files
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user