mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-28 07:37:51 -05:00
Move GDT and info string prefix constants into objconstants file
This commit is contained in:
@ -8,9 +8,6 @@ namespace T6
|
||||
{
|
||||
class AssetDumperPhysPreset final : public AbstractAssetDumper<PhysPreset>
|
||||
{
|
||||
static constexpr const char* FILE_TYPE_STR = "PHYSIC";
|
||||
static constexpr const char* GDF_NAME = "physpreset.gdf";
|
||||
|
||||
static void CopyToPhysPresetInfo(const PhysPreset* physPreset, PhysPresetInfo* physPresetInfo);
|
||||
static InfoString CreateInfoString(XAssetInfo<PhysPreset>* asset);
|
||||
|
||||
|
Reference in New Issue
Block a user