mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-30 00:07:47 +00:00
feat: dump techsets for t6
This commit is contained in:
9
src/ObjWriting/Techset/CommonTechniqueDumper.h
Normal file
9
src/ObjWriting/Techset/CommonTechniqueDumper.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "Dumping/AssetDumpingContext.h"
|
||||
#include "Techset/CommonTechset.h"
|
||||
|
||||
namespace techset
|
||||
{
|
||||
void DumpCommonTechnique(const AssetDumpingContext& context, const CommonTechset& techset);
|
||||
} // namespace techset
|
||||
Reference in New Issue
Block a user