diff options
author | skidd13 <skidd13@openttd.org> | 2008-06-14 16:23:08 +0000 |
---|---|---|
committer | skidd13 <skidd13@openttd.org> | 2008-06-14 16:23:08 +0000 |
commit | 96fc91baf333b6fb874f53bf4cf0a744bd0303aa (patch) | |
tree | d5b906fe92067ad24f299aa231dd338520d277f1 /projects | |
parent | bf9a32b4757aaf7b189889063c9a293a508494b1 (diff) | |
download | openttd-96fc91baf333b6fb874f53bf4cf0a744bd0303aa.tar.xz |
(svn r13516) -Codechange: Move MemCpyT to a fitting core header
-Codechange: Split the sorting code from the sortlist to an appropriate header
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index ef5e2f9ec..9435e47f4 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1124,6 +1124,10 @@ > </File> <File + RelativePath=".\..\src\core\mem_func.hpp" + > + </File> + <File RelativePath=".\..\src\minilzo.h" > </File> @@ -1444,6 +1448,10 @@ > </File> <File + RelativePath=".\..\src\core\sort_func.hpp" + > + </File> + <File RelativePath=".\..\src\sortlist_type.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 2e6224d62..46973b67a 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1121,6 +1121,10 @@ > </File> <File + RelativePath=".\..\src\core\mem_func.hpp" + > + </File> + <File RelativePath=".\..\src\minilzo.h" > </File> @@ -1441,6 +1445,10 @@ > </File> <File + RelativePath=".\..\src\core\sort_func.hpp" + > + </File> + <File RelativePath=".\..\src\sortlist_type.h" > </File> |