summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/AI/StateMachine.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-27 01:26:36 +0800
committerchai <chaifix@163.com>2019-01-27 01:26:36 +0800
commit6c8788ed76e1ead173fdeb51caaa43d538fcfe21 (patch)
tree4ec71c3aca07d58d96574671f83f9750f901cb11 /Source/Asura.Engine/AI/StateMachine.h
parent409262a6a26972770ba64728a60d45dd2d9fb752 (diff)
*misc
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