Mercurial > hg > openttd
comparison src/newgrf_engine.cpp @ 13466:a6e569a5cc14 draft
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h
author | frosch <frosch@openttd.org> |
---|---|
date | Thu, 05 Nov 2009 19:46:17 +0000 |
parents | afdfdda87cd4 |
children | 41b2e7bf03da |
comparison
equal
deleted
inserted
replaced
13465:3b6e7c207e31 | 13466:a6e569a5cc14 |
---|---|
13 #include "debug.h" | 13 #include "debug.h" |
14 #include "train.h" | 14 #include "train.h" |
15 #include "roadveh.h" | 15 #include "roadveh.h" |
16 #include "company_func.h" | 16 #include "company_func.h" |
17 #include "newgrf.h" | 17 #include "newgrf.h" |
18 #include "newgrf_cargo.h" | |
18 #include "newgrf_engine.h" | 19 #include "newgrf_engine.h" |
19 #include "newgrf_spritegroup.h" | 20 #include "newgrf_spritegroup.h" |
20 #include "date_func.h" | 21 #include "date_func.h" |
21 #include "vehicle_func.h" | 22 #include "vehicle_func.h" |
22 #include "core/random_func.hpp" | 23 #include "core/random_func.hpp" |