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
commit07a10a51a746b6a16c33b182e3005a16a3285cdc (patch)
tree1aed489ee1c47c403cb96224a6855fd62654d846 /town.h
parent1b99cebbf32ee9761e0c14d2118777ccce7db423 (diff)
downloadopenttd-07a10a51a746b6a16c33b182e3005a16a3285cdc.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();