summaryrefslogtreecommitdiff
path: root/town.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-01-21 16:51:25 +0000
committercelestar <celestar@openttd.org>2005-01-21 16:51:25 +0000
commit962dd27a8cab5bf7f97f6af2cba427f8fe59fdf3 (patch)
tree1aed489ee1c47c403cb96224a6855fd62654d846 /town.h
parent2f4959dcd83fb8bc8ac3486d93313e53ee98f302 (diff)
downloadopenttd-962dd27a8cab5bf7f97f6af2cba427f8fe59fdf3.tar.xz
(svn r1581) Added a display for the total map population to the town display (Jango)
Diffstat (limited to 'town.h')
-rw-r--r--town.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/town.h b/town.h
index 408dc5bdf..7225e7747 100644
--- a/town.h
+++ b/town.h
@@ -73,6 +73,7 @@ struct Town {
uint16 radius[5];
};
+uint32 GetWorldPopulation();
void UpdateTownVirtCoord(Town *t);
void InitializeTown();