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 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);