diff options
author | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:52:11 +0000 |
---|---|---|
committer | fonsinchen <fonsinchen@openttd.org> | 2013-06-09 12:52:11 +0000 |
commit | 4fd57501bbc914eb973a397b24be0d2dbe51d007 (patch) | |
tree | 52f90a356dee0081c8ac7be3a8131f44c21febe8 /projects/openttd_vs80.vcproj | |
parent | dfad8317aa566efffb971455b42bfdecbaee5985 (diff) | |
download | openttd-4fd57501bbc914eb973a397b24be0d2dbe51d007.tar.xz |
(svn r25348) -Add: multimap implementation with guaranteed order between equal keys
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 5c866b99d..3d72082b1 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1879,6 +1879,10 @@ > </File> <File + RelativePath=".\..\src\core\multimap.hpp" + > + </File> + <File RelativePath=".\..\src\core\overflowsafe_type.hpp" > </File> |