Add standard library header includes to precompiled header. Fix several uses of strin...
[openttd-joker.git] / src / table / airporttile_ids.h
blob774b56442dd4b8daaf185636825f2ca2b02ba915
1 /* $Id: airporttile_ids.h 19099 2010-02-11 20:52:56Z yexo $ */
3 /*
4 * This file is part of OpenTTD.
5 * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
6 * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
7 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
8 */
10 /** @file airporttile_ids.h Enum of the default airport tiles. */
12 #ifndef AIRPORTTILE_IDS_H
13 #define AIRPORTTILE_IDS_H
15 enum AirportTiles {
16 APT_APRON,
17 APT_APRON_FENCE_NW,
18 APT_APRON_FENCE_SW,
19 APT_STAND,
20 APT_APRON_W,
21 APT_APRON_S,
22 APT_APRON_VER_CROSSING_S,
23 APT_APRON_HOR_CROSSING_W,
24 APT_APRON_VER_CROSSING_N,
25 APT_APRON_HOR_CROSSING_E,
26 APT_APRON_E,
27 APT_ARPON_N,
28 APT_APRON_HOR,
29 APT_APRON_N_FENCE_SW,
30 APT_RUNWAY_1,
31 APT_RUNWAY_2,
32 APT_RUNWAY_3,
33 APT_RUNWAY_4,
34 APT_RUNWAY_END_FENCE_SE,
35 APT_BUILDING_2,
36 APT_TOWER_FENCE_SW,
37 APT_ROUND_TERMINAL,
38 APT_BUILDING_3,
39 APT_BUILDING_1,
40 APT_DEPOT_SE,
41 APT_STAND_1,
42 APT_STAND_PIER_NE,
43 APT_PIER_NW_NE,
44 APT_PIER,
45 APT_EMPTY,
46 APT_EMPTY_FENCE_NE,
47 APT_RADAR_GRASS_FENCE_SW,
48 APT_RADIO_TOWER_FENCE_NE,
49 APT_SMALL_BUILDING_3,
50 APT_SMALL_BUILDING_2,
51 APT_SMALL_BUILDING_1,
52 APT_GRASS_FENCE_SW,
53 APT_GRASS_2,
54 APT_GRASS_1,
55 APT_GRASS_FENCE_NE_FLAG,
56 APT_RUNWAY_SMALL_NEAR_END,
57 APT_RUNWAY_SMALL_MIDDLE,
58 APT_RUNWAY_SMALL_FAR_END,
59 APT_SMALL_DEPOT_SE,
60 APT_HELIPORT,
61 APT_RUNWAY_END,
62 APT_RUNWAY_5,
63 APT_TOWER,
64 APT_APRON_FENCE_NE,
65 APT_RUNWAY_END_FENCE_NW,
66 APT_RUNWAY_FENCE_NW,
67 APT_RADAR_FENCE_SW,
68 APT_RADAR_FENCE_NE,
69 APT_HELIPAD_1,
70 APT_HELIPAD_2_FENCE_NW,
71 APT_HELIPAD_2,
72 APT_APRON_FENCE_NE_SW,
73 APT_RUNWAY_END_FENCE_NW_SW,
74 APT_RUNWAY_END_FENCE_SE_SW,
75 APT_RUNWAY_END_FENCE_NE_NW,
76 APT_RUNWAY_END_FENCE_NE_SE,
77 APT_HELIPAD_2_FENCE_NE_SE,
78 APT_APRON_FENCE_SE_SW,
79 APT_LOW_BUILDING_FENCE_N,
80 APT_LOW_BUILDING_FENCE_NW,
81 APT_APRON_FENCE_SE,
82 APT_HELIPAD_3_FENCE_SE_SW,
83 APT_HELIPAD_3_FENCE_NW_SW,
84 APT_HELIPAD_3_FENCE_NW,
85 APT_LOW_BUILDING,
86 APT_APRON_FENCE_NE_SE,
87 APT_APRON_HALF_EAST,
88 APT_APRON_HALF_WEST,
89 APT_GRASS_FENCE_NE_FLAG_2,
92 #endif /* AIRPORTTILE_IDS_H */