mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
11 lines
193 B
C++
11 lines
193 B
C++
#pragma once
|
|
|
|
namespace techset
|
|
{
|
|
class TechniqueStateMapCache
|
|
{
|
|
// TODO: Cache which state map is being used for which technique
|
|
// TODO: Cache state map data
|
|
};
|
|
}
|