(svn r1924) Use same type names in declaration and implementation
authortron
Fri, 04 Mar 2005 10:34:44 +0000
changeset 1420 5308b177b5b3
parent 1419 6d94ac953371
child 1421 5a9eb1b81efb
(svn r1924) Use same type names in declaration and implementation
functions.h
--- a/functions.h	Fri Mar 04 00:14:28 2005 +0000
+++ b/functions.h	Fri Mar 04 10:34:44 2005 +0000
@@ -8,7 +8,7 @@
 
 /* landscape.c */
 void FindLandscapeHeight(TileInfo *ti, uint x, uint y);
-void FindLandscapeHeightByTile(TileInfo *ti, uint tile);
+void FindLandscapeHeightByTile(TileInfo *ti, TileIndex tile);
 
 void DoClearSquare(uint tile);
 void CDECL ModifyTile(uint tile, uint flags, ...);
@@ -51,7 +51,7 @@
 void DrawHillyLandTile(TileInfo *ti);
 void DrawClearLandTile(TileInfo *ti, byte set);
 void DrawClearLandFence(TileInfo *ti, byte img);
-void TileLoopClearHelper(uint tile);
+void TileLoopClearHelper(TileIndex tile);
 
 /* station_land.c */
 void StationPickerDrawSprite(int x, int y, int railtype, int image);