summaryrefslogtreecommitdiff
path: root/projects/openttd_vs140.vcxproj
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2019-02-18 14:16:03 +0100
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-03-09 20:27:11 +0100
commitd7522e5e8ffa8a922668e8f6f99e1fecbab11dbe (patch)
tree3b83b7aa072831906dc657d7e90d58629a9ff0d6 /projects/openttd_vs140.vcxproj
parent3a54c7104122e8c092949fbcedda7a35ea8a84e3 (diff)
downloadopenttd-d7522e5e8ffa8a922668e8f6f99e1fecbab11dbe.tar.xz
Codechange: Add a k-d tree generic data structure
Diffstat (limited to 'projects/openttd_vs140.vcxproj')
-rw-r--r--projects/openttd_vs140.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs140.vcxproj b/projects/openttd_vs140.vcxproj
index ded9b9267..7643a693e 100644
--- a/projects/openttd_vs140.vcxproj
+++ b/projects/openttd_vs140.vcxproj
@@ -724,6 +724,7 @@
<ClCompile Include="..\src\core\geometry_func.cpp" />
<ClInclude Include="..\src\core\geometry_func.hpp" />
<ClInclude Include="..\src\core\geometry_type.hpp" />
+ <ClInclude Include="..\src\core\kdtree.hpp" />
<ClCompile Include="..\src\core\math_func.cpp" />
<ClInclude Include="..\src\core\math_func.hpp" />
<ClInclude Include="..\src\core\mem_func.hpp" />