(svn r10040) -Codechange: Make the function GetTerrainType public, as other functions require it

This commit is contained in:
belugas
2007-06-05 01:49:08 +00:00
parent 9f44031a27
commit a95fdc8bb5
3 changed files with 19 additions and 9 deletions

View File

@@ -66,4 +66,6 @@ public:
extern HouseOverrideManager _house_mngr;
uint32 GetTerrainType(TileIndex tile);
#endif /* NEWGRF_COMMONS_H */