summaryrefslogtreecommitdiff
path: root/town.h
diff options
context:
space:
mode:
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();