summaryrefslogtreecommitdiff
path: root/src/newgrf_commons.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-01-17 15:05:25 +0000
committerfrosch <frosch@openttd.org>2010-01-17 15:05:25 +0000
commit24e0945bc462ea0687689880caf0d830455934e2 (patch)
tree489fd14a952047f356b8258eb6f5f799d23d5c47 /src/newgrf_commons.h
parent830af8ee77bbbedb23f4caa53c8b47c20235f1b2 (diff)
downloadopenttd-24e0945bc462ea0687689880caf0d830455934e2.tar.xz
(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.
Diffstat (limited to 'src/newgrf_commons.h')
-rw-r--r--src/newgrf_commons.h4
1 files changed, 0 insertions, 4 deletions
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 */