Codechange: Use CargoArray for linkgraph refresher. (#13165)
[openttd-github.git] / src / table / airporttile_ids.h
blob73eafc85952722d3d36db716c1b7c1f483891938
1 /*
2 * This file is part of OpenTTD.
3 * 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.
4 * 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.
5 * 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/>.
6 */
8 /** @file airporttile_ids.h Enum of the default airport tiles. */
10 #ifndef AIRPORTTILE_IDS_H
11 #define AIRPORTTILE_IDS_H
13 enum AirportTiles {
14 APT_APRON,
15 APT_APRON_FENCE_NW,
16 APT_APRON_FENCE_SW,
17 APT_STAND,
18 APT_APRON_W,
19 APT_APRON_S,
20 APT_APRON_VER_CROSSING_S,
21 APT_APRON_HOR_CROSSING_W,
22 APT_APRON_VER_CROSSING_N,
23 APT_APRON_HOR_CROSSING_E,
24 APT_APRON_E,
25 APT_ARPON_N,
26 APT_APRON_HOR,
27 APT_APRON_N_FENCE_SW,
28 APT_RUNWAY_1,
29 APT_RUNWAY_2,
30 APT_RUNWAY_3,
31 APT_RUNWAY_4,
32 APT_RUNWAY_END_FENCE_SE,
33 APT_BUILDING_2,
34 APT_TOWER_FENCE_SW,
35 APT_ROUND_TERMINAL,
36 APT_BUILDING_3,
37 APT_BUILDING_1,
38 APT_DEPOT_SE,
39 APT_STAND_1,
40 APT_STAND_PIER_NE,
41 APT_PIER_NW_NE,
42 APT_PIER,
43 APT_EMPTY,
44 APT_EMPTY_FENCE_NE,
45 APT_RADAR_GRASS_FENCE_SW,
46 APT_RADIO_TOWER_FENCE_NE,
47 APT_SMALL_BUILDING_3,
48 APT_SMALL_BUILDING_2,
49 APT_SMALL_BUILDING_1,
50 APT_GRASS_FENCE_SW,
51 APT_GRASS_2,
52 APT_GRASS_1,
53 APT_GRASS_FENCE_NE_FLAG,
54 APT_RUNWAY_SMALL_NEAR_END,
55 APT_RUNWAY_SMALL_MIDDLE,
56 APT_RUNWAY_SMALL_FAR_END,
57 APT_SMALL_DEPOT_SE,
58 APT_HELIPORT,
59 APT_RUNWAY_END,
60 APT_RUNWAY_5,
61 APT_TOWER,
62 APT_APRON_FENCE_NE,
63 APT_RUNWAY_END_FENCE_NW,
64 APT_RUNWAY_FENCE_NW,
65 APT_RADAR_FENCE_SW,
66 APT_RADAR_FENCE_NE,
67 APT_HELIPAD_1,
68 APT_HELIPAD_2_FENCE_NW,
69 APT_HELIPAD_2,
70 APT_APRON_FENCE_NE_SW,
71 APT_RUNWAY_END_FENCE_NW_SW,
72 APT_RUNWAY_END_FENCE_SE_SW,
73 APT_RUNWAY_END_FENCE_NE_NW,
74 APT_RUNWAY_END_FENCE_NE_SE,
75 APT_HELIPAD_2_FENCE_NE_SE,
76 APT_APRON_FENCE_SE_SW,
77 APT_LOW_BUILDING_FENCE_N,
78 APT_LOW_BUILDING_FENCE_NW,
79 APT_APRON_FENCE_SE,
80 APT_HELIPAD_3_FENCE_SE_SW,
81 APT_HELIPAD_3_FENCE_NW_SW,
82 APT_HELIPAD_3_FENCE_NW,
83 APT_LOW_BUILDING,
84 APT_APRON_FENCE_NE_SE,
85 APT_APRON_HALF_EAST,
86 APT_APRON_HALF_WEST,
87 APT_GRASS_FENCE_NE_FLAG_2,
90 #endif /* AIRPORTTILE_IDS_H */