branch | noai |
changeset 9833 | 89a64246458f |
parent 9809 | 9b21c21052fa |
child 9837 | c9ec4f82e0d0 |
9832:5a48d9234f15 | 9833:89a64246458f |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file ai_engine.cpp handles the functions of the AIEngine class */ |
3 /** @file ai_engine.cpp Implementation of AIEngine. */ |
4 |
4 |
5 #include "ai_engine.hpp" |
5 #include "ai_engine.hpp" |
6 #include "ai_cargo.hpp" |
6 #include "ai_cargo.hpp" |
7 #include "../../engine.h" |
7 #include "../../engine.h" |
8 #include "../../player_func.h" |
8 #include "../../player_func.h" |