comparison src/newgrf_station.cpp @ 8264:2495310e220f draft

(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
author rubidium <rubidium@openttd.org>
date Sun, 13 Jan 2008 01:21:35 +0000
parents 7d580c9c41fb
children 9b35e1d5ebed
comparison
equal deleted inserted replaced
8263:aeaa4ef701df 8264:2495310e220f
7 #include "variables.h" 7 #include "variables.h"
8 #include "tile_cmd.h" 8 #include "tile_cmd.h"
9 #include "landscape.h" 9 #include "landscape.h"
10 #include "debug.h" 10 #include "debug.h"
11 #include "sprite.h" 11 #include "sprite.h"
12 #include "table/sprites.h"
13 #include "table/strings.h"
14 #include "station.h" 12 #include "station.h"
15 #include "station_map.h" 13 #include "station_map.h"
16 #include "newgrf.h" 14 #include "newgrf.h"
17 #include "newgrf_callbacks.h" 15 #include "newgrf_callbacks.h"
18 #include "newgrf_commons.h" 16 #include "newgrf_commons.h"
22 #include "town_map.h" 20 #include "town_map.h"
23 #include "newgrf_town.h" 21 #include "newgrf_town.h"
24 #include "gfx_func.h" 22 #include "gfx_func.h"
25 #include "date_func.h" 23 #include "date_func.h"
26 #include "player_func.h" 24 #include "player_func.h"
25
26 #include "table/sprites.h"
27 #include "table/strings.h"
27 28
28 static StationClass station_classes[STAT_CLASS_MAX]; 29 static StationClass station_classes[STAT_CLASS_MAX];
29 30
30 enum { 31 enum {
31 MAX_SPECLIST = 255, 32 MAX_SPECLIST = 255,