TechsetStateMapCache stub

This commit is contained in:
Jan 2022-08-06 11:05:34 +02:00
parent 5771044c08
commit 09fdb95927
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#include "TechniqueStateMapCache.h"
using namespace techset;

View File

@ -0,0 +1,10 @@
#pragma once
namespace techset
{
class TechniqueStateMapCache
{
// TODO: Cache which state map is being used for which technique
// TODO: Cache state map data
};
}