mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
TechsetStateMapCache stub
This commit is contained in:
3
src/ObjLoading/Techset/TechniqueStateMapCache.cpp
Normal file
3
src/ObjLoading/Techset/TechniqueStateMapCache.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
#include "TechniqueStateMapCache.h"
|
||||
|
||||
using namespace techset;
|
10
src/ObjLoading/Techset/TechniqueStateMapCache.h
Normal file
10
src/ObjLoading/Techset/TechniqueStateMapCache.h
Normal 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
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user