From 24e0945bc462ea0687689880caf0d830455934e2 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 17 Jan 2010 15:05:25 +0000 Subject: (svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq. --- src/newgrf_commons.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/newgrf_commons.h') diff --git a/src/newgrf_commons.h b/src/newgrf_commons.h index 92546d7e8..56a16aaeb 100644 --- a/src/newgrf_commons.h +++ b/src/newgrf_commons.h @@ -15,8 +15,6 @@ #define NEWGRF_COMMONS_H #include "tile_cmd.h" -#include "transparency.h" -#include "sprite.h" /** * Maps an entity id stored on the map to a GRF file. @@ -107,6 +105,4 @@ uint32 GetTerrainType(TileIndex tile); TileIndex GetNearbyTile(byte parameter, TileIndex tile); uint32 GetNearbyTileInformation(TileIndex tile); -void DrawTileSeq(const TileInfo *ti, const DrawTileSprites *dts, TransparencyOption to, byte stage, SpriteID default_palette); - #endif /* NEWGRF_COMMONS_H */ -- cgit v1.2.3-54-g00ecf