diff options
author | peter1138 <peter1138@openttd.org> | 2008-04-16 19:01:09 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-04-16 19:01:09 +0000 |
commit | 7957bdde137db5d59dc39e01f08661ee8c768ebd (patch) | |
tree | 02110297b3c1fa89a7568aee43bffa20b609084a /projects | |
parent | 208dd15c9197db185c8a7f679f67d639649b8020 (diff) | |
download | openttd-7957bdde137db5d59dc39e01f08661ee8c768ebd.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.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
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> |