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 AssetDumperWeaponAttachmentUnique final : public AbstractAssetDumper<WeaponAttachmentUnique>
{
static constexpr const char* FILE_TYPE_STR = "ATTACHMENTUNIQUEFILE";
static constexpr const char* GDF_NAME = "attachmentunique.gdf";
static void CopyToFullDef(const WeaponAttachmentUnique* attachment, WeaponAttachmentUniqueFull* fullDef);
static InfoString CreateInfoString(XAssetInfo<WeaponAttachmentUnique>* asset);