summaryrefslogtreecommitdiff
path: root/projects/openttd_vs142.vcxproj
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 /projects/openttd_vs142.vcxproj
parentd7522e5e8ffa8a922668e8f6f99e1fecbab11dbe (diff)
downloadopenttd-7b56be0f3ac0a0257c10dc7ebe32c1fe95ea6253.tar.xz
Codechange: Make a k-d tree index of towns
Diffstat (limited to 'projects/openttd_vs142.vcxproj')
-rw-r--r--projects/openttd_vs142.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs142.vcxproj b/projects/openttd_vs142.vcxproj
index dc132eeb0..56455c2f8 100644
--- a/projects/openttd_vs142.vcxproj
+++ b/projects/openttd_vs142.vcxproj
@@ -680,6 +680,7 @@
<ClInclude Include="..\src\toolbar_gui.h" />
<ClInclude Include="..\src\town.h" />
<ClInclude Include="..\src\town_type.h" />
+ <ClInclude Include="..\src\town_kdtree.h" />
<ClInclude Include="..\src\townname_func.h" />
<ClInclude Include="..\src\townname_type.h" />
<ClInclude Include="..\src\track_func.h" />