2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-01 16:09:36 +00:00
Files
OpenAssetTools/src/ObjCompiling/Game/IW4/Techset/VertexShaderCompilerIW4.h
T
2026-04-08 11:17:31 +01:00

12 lines
236 B
C++

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