mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-24 21:52:06 +00:00
10 lines
236 B
C++
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
|