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 road_land.h Sprite constructs for road depots. */
12 #include "../stdafx.h"
13 #include "../sprite.h"
15 struct DrawRoadTileStruct
{
21 extern const SpriteID _road_tile_sprites_1
[16];
22 extern const SpriteID _road_frontwire_sprites_1
[16];
23 extern const SpriteID _road_backpole_sprites_1
[16];
25 extern const DrawRoadTileStruct
* const * const _road_display_table
[];