diff options
author | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-02-18 21:14:52 +0100 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-03-09 20:27:11 +0100 |
commit | d84b67e54d663a62a0a90ddf3fcc7c3f728826af (patch) | |
tree | d069c9179af354b434d8e85f09f1f311673e8bac /projects/openttd_vs142.vcxproj | |
parent | 7b56be0f3ac0a0257c10dc7ebe32c1fe95ea6253 (diff) | |
download | openttd-d84b67e54d663a62a0a90ddf3fcc7c3f728826af.tar.xz |
Codechange: Make a k-d tree index of stations
Diffstat (limited to 'projects/openttd_vs142.vcxproj')
-rw-r--r-- | projects/openttd_vs142.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs142.vcxproj b/projects/openttd_vs142.vcxproj index 56455c2f8..66b07576a 100644 --- a/projects/openttd_vs142.vcxproj +++ b/projects/openttd_vs142.vcxproj @@ -646,6 +646,7 @@ <ClInclude Include="..\src\station_base.h" /> <ClInclude Include="..\src\station_func.h" /> <ClInclude Include="..\src\station_gui.h" /> + <ClInclude Include="..\src\station_kdtree.h" /> <ClInclude Include="..\src\station_type.h" /> <ClInclude Include="..\src\statusbar_gui.h" /> <ClInclude Include="..\src\stdafx.h" /> |