summaryrefslogtreecommitdiff
path: root/src/newgrf_commons.h
diff options
context:
space:
mode:
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 */