Mercurial > hg > openttd
comparison src/station.cpp @ 8962:322e2779f67a draft
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Thu, 17 Apr 2008 19:10:30 +0000 |
parents | 2a8950a812dc |
children | 9d514f6b9e04 |
comparison
equal
deleted
inserted
replaced
8961:b33bcd7fa037 | 8962:322e2779f67a |
---|---|
11 #include "town.h" | 11 #include "town.h" |
12 #include "saveload.h" | 12 #include "saveload.h" |
13 #include "player_func.h" | 13 #include "player_func.h" |
14 #include "airport.h" | 14 #include "airport.h" |
15 #include "sprite.h" | 15 #include "sprite.h" |
16 #include "depot.h" | |
17 #include "train.h" | 16 #include "train.h" |
18 #include "water_map.h" | 17 #include "water_map.h" |
19 #include "industry_map.h" | 18 #include "industry_map.h" |
20 #include "newgrf_callbacks.h" | 19 #include "newgrf_callbacks.h" |
21 #include "newgrf_station.h" | 20 #include "newgrf_station.h" |