#pragma once #include "Asset/IAssetCreator.h" #include "SearchPath/ISearchPath.h" #include "Utils/MemoryManager.h" #include namespace techset { std::unique_ptr CreateCompilerT6(MemoryManager& memory, ISearchPath& searchPath); } // namespace techset