Mercurial > hg > openttd
comparison src/town_cmd.cpp @ 8787:ff327b646d49 draft
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
author | rubidium <rubidium@openttd.org> |
---|---|
date | Mon, 31 Mar 2008 06:42:26 +0000 |
parents | 2a8950a812dc |
children | 2693434c1f4c |
comparison
equal
deleted
inserted
replaced
8786:e2d4956b7251 | 8787:ff327b646d49 |
---|---|
37 #include "transparency.h" | 37 #include "transparency.h" |
38 #include "tunnelbridge_map.h" | 38 #include "tunnelbridge_map.h" |
39 #include "strings_func.h" | 39 #include "strings_func.h" |
40 #include "window_func.h" | 40 #include "window_func.h" |
41 #include "string_func.h" | 41 #include "string_func.h" |
42 #include "newgrf_cargo.h" | |
42 | 43 |
43 #include "table/strings.h" | 44 #include "table/strings.h" |
44 #include "table/sprites.h" | 45 #include "table/sprites.h" |
45 #include "table/town_land.h" | 46 #include "table/town_land.h" |
46 | 47 |