summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/AI/StateMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/AI/StateMap.h')
-rw-r--r--Source/Asura.Engine/AI/StateMap.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/Source/Asura.Engine/AI/StateMap.h b/Source/Asura.Engine/AI/StateMap.h
new file mode 100644
index 0000000..873e1d9
--- /dev/null
+++ b/Source/Asura.Engine/AI/StateMap.h
@@ -0,0 +1,25 @@
+#ifndef __AE_STATEMAP_H__
+#define __AE_STATEMAP_H__
+
+#include "Filesystem/Asset.h"
+
+namespace AsuraEngine
+{
+ namespace AI
+ {
+
+ class StateMap : public Filesystem::Asset
+ {
+ public:
+
+
+ private:
+
+
+
+ };
+
+ }
+}
+
+#endif \ No newline at end of file