#pragma once namespace techset { class TechniqueStateMapCache { // TODO: Cache which state map is being used for which technique // TODO: Cache state map data }; }