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 | a8bb6177ee89a25e570963a6344bf605cc051469 (patch) | |
tree | d5b906fe92067ad24f299aa231dd338520d277f1 /projects | |
parent | e044910d52430d6bb4cee48004369835d136396f (diff) | |
download | openttd-a8bb6177ee89a25e570963a6344bf605cc051469.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> |