mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-22 16:31:48 +00:00
chore: use CommonTechset instead of TechsetDefinition
This commit is contained in:
12
src/ObjCompiling/Techset/CommonTechsetLoader.h
Normal file
12
src/ObjCompiling/Techset/CommonTechsetLoader.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "Asset/AssetCreationContext.h"
|
||||
#include "Techset/CommonTechset.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace techset
|
||||
{
|
||||
std::unique_ptr<CommonTechset>
|
||||
LoadCommonTechset(const std::string& assetName, const CommonTechniqueTypeNames& techniqueTypeNames, ISearchPath& searchPath, bool& failure);
|
||||
} // namespace techset
|
||||
Reference in New Issue
Block a user