mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-02-14 03:13:03 +00:00
refactor: streamline techset dumper
This commit is contained in:
9
src/ObjCommon/Techset/TechsetCommon.h
Normal file
9
src/ObjCommon/Techset/TechsetCommon.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace techset
|
||||
{
|
||||
std::string GetFileNameForTechniqueName(const std::string& assetName);
|
||||
std::string GetFileNameForTechsetName(const std::string& assetName);
|
||||
}
|
||||
Reference in New Issue
Block a user