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