#pragma once #include "Dumping/AbstractAssetDumper.h" #include "Game/IW4/IW4.h" namespace phys_preset { class InfoStringDumperIW4 final : public AbstractAssetDumper { protected: void DumpAsset(AssetDumpingContext& context, const XAssetInfo& asset) override; }; } // namespace phys_preset