branch | noai |
changeset 10339 | ce6cd68d9eb8 |
parent 10300 | f947a1d7e544 |
child 10383 | bda80b3e9c25 |
10338:fb4e0030116d | 10339:ce6cd68d9eb8 |
---|---|
4 |
4 |
5 #ifndef AI_INDUSTRY_HPP |
5 #ifndef AI_INDUSTRY_HPP |
6 #define AI_INDUSTRY_HPP |
6 #define AI_INDUSTRY_HPP |
7 |
7 |
8 #include "ai_object.hpp" |
8 #include "ai_object.hpp" |
9 #include "../../industry.h" |
|
10 |
9 |
11 /** |
10 /** |
12 * Class that handles all industry related functions. |
11 * Class that handles all industry related functions. |
13 */ |
12 */ |
14 class AIIndustry : public AIObject { |
13 class AIIndustry : public AIObject { |