branch | noai |
changeset 9833 | 89a64246458f |
parent 9737 | ee408edf3851 |
child 9837 | c9ec4f82e0d0 |
9832:5a48d9234f15 | 9833:89a64246458f |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file ai_order.cpp handles the functions of the AIOrder class */ |
3 /** @file ai_order.cpp Implementation of AIOrder. */ |
4 |
4 |
5 #include "ai_order.hpp" |
5 #include "ai_order.hpp" |
6 #include "ai_map.hpp" |
6 #include "ai_map.hpp" |
7 #include "ai_vehicle.hpp" |
7 #include "ai_vehicle.hpp" |
8 #include "../../command_type.h" |
8 #include "../../command_type.h" |