Mercurial > hg > openttd
comparison src/station_cmd.cpp @ 8144:d18c8a0bb638 draft
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Thu, 27 Dec 2007 13:35:39 +0000 |
parents | fb8a05d579da |
children | e2bea11667fd |
comparison
equal
deleted
inserted
replaced
8143:1c7033494d92 | 8144:d18c8a0bb638 |
---|---|
16 #include "table/strings.h" | 16 #include "table/strings.h" |
17 #include "station.h" | 17 #include "station.h" |
18 #include "viewport.h" | 18 #include "viewport.h" |
19 #include "command_func.h" | 19 #include "command_func.h" |
20 #include "town.h" | 20 #include "town.h" |
21 #include "vehicle.h" | |
22 #include "news.h" | 21 #include "news.h" |
23 #include "saveload.h" | 22 #include "saveload.h" |
24 #include "player.h" | 23 #include "player.h" |
25 #include "airport.h" | 24 #include "airport.h" |
26 #include "sprite.h" | 25 #include "sprite.h" |
42 #include "station_gui.h" | 41 #include "station_gui.h" |
43 #include "strings_func.h" | 42 #include "strings_func.h" |
44 #include "functions.h" | 43 #include "functions.h" |
45 #include "window_func.h" | 44 #include "window_func.h" |
46 #include "date_func.h" | 45 #include "date_func.h" |
46 #include "vehicle_func.h" | |
47 | 47 |
48 DEFINE_OLD_POOL_GENERIC(Station, Station) | 48 DEFINE_OLD_POOL_GENERIC(Station, Station) |
49 DEFINE_OLD_POOL_GENERIC(RoadStop, RoadStop) | 49 DEFINE_OLD_POOL_GENERIC(RoadStop, RoadStop) |
50 | 50 |
51 | 51 |