branch | noai |
changeset 9833 | 89a64246458f |
parent 9814 | be51ea0adc29 |
child 10194 | c9fdeb7450da |
9832:5a48d9234f15 | 9833:89a64246458f |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file ai_cargo.cpp handles the query-related of the AICargo class */ |
3 /** @file ai_cargo.cpp Implementation of AICargo. */ |
4 |
4 |
5 #include "ai_cargo.hpp" |
5 #include "ai_cargo.hpp" |
6 #include "../../cargotype.h" |
6 #include "../../cargotype.h" |
7 #include "../../economy_func.h" |
7 #include "../../economy_func.h" |
8 #include "../../core/alloc_func.hpp" |
8 #include "../../core/alloc_func.hpp" |