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