diff options
author | skidd13 <skidd13@openttd.org> | 2008-06-19 10:19:02 +0000 |
---|---|---|
committer | skidd13 <skidd13@openttd.org> | 2008-06-19 10:19:02 +0000 |
commit | 2f65d35ead535a16e418f9dbf64468c7141519d8 (patch) | |
tree | 60ef81ba2a70923661577658f6b89c7e0df8ef16 /projects | |
parent | c4cc5cdf3b2f8f349c723de98538adec45db9c55 (diff) | |
download | openttd-2f65d35ead535a16e418f9dbf64468c7141519d8.tar.xz |
(svn r13575) -Codechange: Move small vector to core since it fits better in there
-Codechange: convert smallvector from struct to class
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 857dd6b3d..7004a16fa 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1452,6 +1452,10 @@ > </File> <File + RelativePath=".\..\src\core\smallvec_type.hpp" + > + </File> + <File RelativePath=".\..\src\core\sort_func.hpp" > </File> @@ -2404,10 +2408,6 @@ > </File> <File - RelativePath=".\..\src\misc\smallvec.h" - > - </File> - <File RelativePath=".\..\src\misc\str.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 9ddc65162..2e6db1a30 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1449,6 +1449,10 @@ > </File> <File + RelativePath=".\..\src\core\smallvec_type.hpp" + > + </File> + <File RelativePath=".\..\src\core\sort_func.hpp" > </File> @@ -2401,10 +2405,6 @@ > </File> <File - RelativePath=".\..\src\misc\smallvec.h" - > - </File> - <File RelativePath=".\..\src\misc\str.hpp" > </File> |