branch | noai |
changeset 9401 | 04502c3557f2 |
parent 9400 | 6da42d57fda2 |
child 9402 | 45581b218c98 |
9400:6da42d57fda2 | 9401:04502c3557f2 |
---|---|
6 #define AI_FACTORY_HPP |
6 #define AI_FACTORY_HPP |
7 |
7 |
8 #include <string> |
8 #include <string> |
9 #include <map> |
9 #include <map> |
10 #include <assert.h> |
10 #include <assert.h> |
11 |
11 #include "../../stdafx.h" |
12 #include "ai_base.hpp" |
12 #include "../../functions.h" |
13 |
13 |
14 class AIController; |
14 class AIController; |
15 |
15 |
16 class AIFactoryBase { |
16 class AIFactoryBase { |
17 private: |
17 private: |