diff options
author | rubidium <rubidium@openttd.org> | 2008-05-17 13:01:30 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-17 13:01:30 +0000 |
commit | 87015f5b6395f15a624f67e25dce10fe52a12c81 (patch) | |
tree | 46351975e7a6b7a08ca8eedc476a4109e9a1b776 /projects | |
parent | 8b5421290027ab67cba25225111e3561ddd7af07 (diff) | |
download | openttd-87015f5b6395f15a624f67e25dce10fe52a12c81.tar.xz |
(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.
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 e73c5d269..6d2e7f75c 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1408,6 +1408,10 @@ > </File> <File + RelativePath=".\..\src\sortlist_type.h" + > + </File> + <File RelativePath=".\..\src\sound_func.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 190d050ed..66057d648 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1405,6 +1405,10 @@ > </File> <File + RelativePath=".\..\src\sortlist_type.h" + > + </File> + <File RelativePath=".\..\src\sound_func.h" > </File> |