2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-24 21:52:06 +00:00
Files
OpenAssetTools/src/ObjWriting/Techset/CommonTechniqueDumper.h
2025-11-15 17:19:23 +00:00

10 lines
236 B
C++

#pragma once
#include "Dumping/AssetDumpingContext.h"
#include "Techset/CommonTechnique.h"
namespace techset
{
void DumpCommonTechnique(const AssetDumpingContext& context, const CommonTechnique& technique);
} // namespace techset