mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-02-14 03:13:03 +00:00
chore: use CommonTechset instead of TechsetDefinition
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include "Techset/Parsing/TechniqueFileParser.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace techset
|
||||
{
|
||||
class TechniqueNoScopeSequences
|
||||
{
|
||||
TechniqueNoScopeSequences() = default;
|
||||
|
||||
public:
|
||||
static const std::vector<TechniqueParser::sequence_t*>& GetSequences();
|
||||
};
|
||||
} // namespace techset
|
||||
Reference in New Issue
Block a user