summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/AI/StateMachine.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/AI/StateMachine.h')
-rw-r--r--Source/Asura.Engine/AI/StateMachine.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/Source/Asura.Engine/AI/StateMachine.h b/Source/Asura.Engine/AI/StateMachine.h
deleted file mode 100644
index 17f8945..0000000
--- a/Source/Asura.Engine/AI/StateMachine.h
+++ /dev/null
@@ -1,33 +0,0 @@
-#ifndef __AE_STATEMACHINE_H__
-#define __AE_STATEMACHINE_H__
-
-#include "StateMap.h"
-#include "Component.h"
-
-namespace AsuraEngine
-{
- namespace AI
- {
-
- ///
- /// Ϊstate mapĴ
- ///
- class StateMachine : public Component
- {
- public:
-
-
-
- private:
-
- ///
- /// Statemachine ʹõstateͼ
- ///
- StateMap* mStateMap;
-
- };
-
- }
-}
-
-#endif \ No newline at end of file