2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-05 00:07:25 +00:00

Move GDT and info string prefix constants into objconstants file

This commit is contained in:
Jan
2021-03-25 11:12:46 +01:00
parent 5551ff8df7
commit 613943b28c
17 changed files with 60 additions and 50 deletions

View File

@@ -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: