src/ai/api/ai_cargo.cpp
branchnoai
changeset 9833 89a64246458f
parent 9814 be51ea0adc29
child 10194 c9fdeb7450da
equal deleted inserted replaced
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"