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/>.
8 /** @file airporttile_ids.h Enum of the default airport tiles. */
10 #ifndef AIRPORTTILE_IDS_H
11 #define AIRPORTTILE_IDS_H
20 APT_APRON_VER_CROSSING_S
,
21 APT_APRON_HOR_CROSSING_W
,
22 APT_APRON_VER_CROSSING_N
,
23 APT_APRON_HOR_CROSSING_E
,
32 APT_RUNWAY_END_FENCE_SE
,
45 APT_RADAR_GRASS_FENCE_SW
,
46 APT_RADIO_TOWER_FENCE_NE
,
53 APT_GRASS_FENCE_NE_FLAG
,
54 APT_RUNWAY_SMALL_NEAR_END
,
55 APT_RUNWAY_SMALL_MIDDLE
,
56 APT_RUNWAY_SMALL_FAR_END
,
63 APT_RUNWAY_END_FENCE_NW
,
68 APT_HELIPAD_2_FENCE_NW
,
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
,
80 APT_HELIPAD_3_FENCE_SE_SW
,
81 APT_HELIPAD_3_FENCE_NW_SW
,
82 APT_HELIPAD_3_FENCE_NW
,
84 APT_APRON_FENCE_NE_SE
,
87 APT_GRASS_FENCE_NE_FLAG_2
,
90 #endif /* AIRPORTTILE_IDS_H */