mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-05 19:17:52 -05:00
Move GDT and info string prefix constants into objconstants file
This commit is contained in:
@ -8,9 +8,6 @@ namespace T6
|
||||
{
|
||||
class AssetDumperVehicle final : public AbstractAssetDumper<VehicleDef>
|
||||
{
|
||||
static constexpr const char* FILE_TYPE_STR = "VEHICLEFILE";
|
||||
static constexpr const char* GDF_NAME = "vehicle.gdf";
|
||||
|
||||
static InfoString CreateInfoString(XAssetInfo<VehicleDef>* asset);
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user