#pragma once #include "Dumping/AssetDumpingContext.h" #include "Techset/CommonTechset.h" namespace techset { void DumpCommonTechset(const CommonTechniqueTypeNames& techniqueTypeNames, const AssetDumpingContext& context, const CommonTechset& techset); } // namespace techset