diff -r 5ffca02f9115 -r 3bbb6f87fced src/functions.h --- a/src/functions.h Tue Dec 25 23:42:52 2007 +0000 +++ b/src/functions.h Wed Dec 26 11:45:43 2007 +0000 @@ -9,7 +9,6 @@ #include "command_type.h" #include "openttd.h" #include "tile_cmd.h" -#include "map.h" /* clear_land.cpp */ void DrawHillyLandTile(const TileInfo *ti); @@ -24,10 +23,6 @@ bool CheckOwnership(Owner owner); bool CheckTileOwnership(TileIndex tile); -/* openttd.cpp */ -static inline TileIndex RandomTileSeed(uint32 r) { return TILE_MASK(r); } -static inline TileIndex RandomTile() { return TILE_MASK(Random()); } - /* texteff.cpp */ void AddAnimatedTile(TileIndex tile); void DeleteAnimatedTile(TileIndex tile);