(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.

This commit is contained in:
frosch
2010-01-17 15:05:25 +00:00
parent bfb2635c58
commit eded89633c
11 changed files with 76 additions and 64 deletions

View File

@@ -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 */