summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-02-25 21:45:14 +0000
committeryexo <yexo@openttd.org>2009-02-25 21:45:14 +0000
commitfb7b0536e74d0cfdc682593657dfb66700f724e9 (patch)
treec5ec0bb4374465ba0001b47485225c72a9a21c15 /src/town.h
parentc5684e56ec96f530178d7e66aebb830fe6829974 (diff)
downloadopenttd-fb7b0536e74d0cfdc682593657dfb66700f724e9.tar.xz
(svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers.
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/town.h b/src/town.h
index b7ee39e5a..169161505 100644
--- a/src/town.h
+++ b/src/town.h
@@ -347,6 +347,8 @@ Town *CalcClosestTownFromTile(TileIndex tile, uint threshold);
extern Town *_cleared_town;
extern int _cleared_town_rating;
+extern uint32 _cur_town_ctr;
+extern uint32 _cur_town_iter;
void ResetHouses();