#pragma once #include "Asset/AssetCreationContext.h" #include "Techset/CommonTechset.h" #include namespace techset { std::unique_ptr LoadCommonTechset(const std::string& assetName, const CommonTechniqueTypeNames& techniqueTypeNames, ISearchPath& searchPath, bool& failure); } // namespace techset