2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-08 17:57:24 +00:00

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 AssetDumperVehicle final : public AbstractAssetDumper<VehicleDef>
{
static constexpr const char* FILE_TYPE_STR = "VEHICLEFILE";
static constexpr const char* GDF_NAME = "vehicle.gdf";
static cspField_t vehicle_fields[];
static InfoString CreateInfoString(XAssetInfo<VehicleDef>* asset);
protected: