1 /* $Id: airporttile_ids.h 19099 2010-02-11 20:52:56Z yexo $ */
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/>.
10 /** @file airporttile_ids.h Enum of the default airport tiles. */
12 #ifndef AIRPORTTILE_IDS_H
13 #define AIRPORTTILE_IDS_H
22 APT_APRON_VER_CROSSING_S
,
23 APT_APRON_HOR_CROSSING_W
,
24 APT_APRON_VER_CROSSING_N
,
25 APT_APRON_HOR_CROSSING_E
,
34 APT_RUNWAY_END_FENCE_SE
,
47 APT_RADAR_GRASS_FENCE_SW
,
48 APT_RADIO_TOWER_FENCE_NE
,
55 APT_GRASS_FENCE_NE_FLAG
,
56 APT_RUNWAY_SMALL_NEAR_END
,
57 APT_RUNWAY_SMALL_MIDDLE
,
58 APT_RUNWAY_SMALL_FAR_END
,
65 APT_RUNWAY_END_FENCE_NW
,
70 APT_HELIPAD_2_FENCE_NW
,
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
,
82 APT_HELIPAD_3_FENCE_SE_SW
,
83 APT_HELIPAD_3_FENCE_NW_SW
,
84 APT_HELIPAD_3_FENCE_NW
,
86 APT_APRON_FENCE_NE_SE
,
89 APT_GRASS_FENCE_NE_FLAG_2
,
92 #endif /* AIRPORTTILE_IDS_H */