summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2019-02-18 17:32:53 +0100
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-03-09 20:27:11 +0100
commit7b56be0f3ac0a0257c10dc7ebe32c1fe95ea6253 (patch)
tree400b6342bf04d500db26fc525c02e2f608feb577 /src/town.h
parentd7522e5e8ffa8a922668e8f6f99e1fecbab11dbe (diff)
downloadopenttd-7b56be0f3ac0a0257c10dc7ebe32c1fe95ea6253.tar.xz
Codechange: Make a k-d tree index of towns
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/town.h b/src/town.h
index 6cff5f761..76c3b770d 100644
--- a/src/town.h
+++ b/src/town.h
@@ -145,6 +145,9 @@ void UpdateAllTownVirtCoords();
void ShowTownViewWindow(TownID town);
void ExpandTown(Town *t);
+void RebuildTownKdtree();
+
+
/**
* Action types that a company must ask permission for to a town authority.
* @see CheckforTownRating