summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-04-16 19:01:09 +0000
committerpeter1138 <peter1138@openttd.org>2008-04-16 19:01:09 +0000
commitefdf8b8c8a9b9260de260367041503923fad9673 (patch)
tree02110297b3c1fa89a7568aee43bffa20b609084a /projects
parent47365fee116b8c8efb8296bbb26f513c2756578d (diff)
downloadopenttd-efdf8b8c8a9b9260de260367041503923fad9673.tar.xz
(svn r12737) -Codechange: Replace vector with a cut down class to allocate space as necessary. This avoids copying data around for vector's push_back() function.
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs80.vcproj4
-rw-r--r--projects/openttd_vs90.vcproj4
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 56eedfc24..932c7d3b0 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -2272,6 +2272,10 @@
>
</File>
<File
+ RelativePath=".\..\src\misc\smallveh.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\misc\str.hpp"
>
</File>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index 435e7f87e..5b6c66137 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -2269,6 +2269,10 @@
>
</File>
<File
+ RelativePath=".\..\src\misc\smallveh.h"
+ >
+ </File>
+ <File
RelativePath=".\..\src\misc\str.hpp"
>
</File>