summaryrefslogtreecommitdiff
path: root/town.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-31 18:57:24 +0000
committertruelight <truelight@openttd.org>2004-12-31 18:57:24 +0000
commit92ac503b744bb226d4b91fa55b42f92bd4bd9f69 (patch)
treed5f1d90b0c2c0315541e26c9c0bac1cfe02bfa48 /town.h
parent1fef394fdec6baaae1fcd0b7bc6f4b3499d03b12 (diff)
downloadopenttd-92ac503b744bb226d4b91fa55b42f92bd4bd9f69.tar.xz
(svn r1312) -Add: Patch which is on by default: population in label of the town
-Fix: Expand town is a bit more agressive -Fix: Fixed a bug in growing algorithm
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 54d9acde7..06845fffa 100644
--- a/town.h
+++ b/town.h
@@ -74,6 +74,7 @@ struct Town {
};
+void UpdateTownVirtCoord(Town *t);
void InitializeTown();
void ShowTownViewWindow(uint town);
void DeleteTown(Town *t);