diff options
author | rubidium <rubidium@openttd.org> | 2008-03-28 16:34:50 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-28 16:34:50 +0000 |
commit | 878489e38dc875e644c5de25f690c4aa64aa2d19 (patch) | |
tree | 23f7fccf6188a92b23e3ba940ae3cc7e798d5db5 /projects | |
parent | 58e6e75320a3d6ca864625f6dbd2cbb961997edc (diff) | |
download | openttd-878489e38dc875e644c5de25f690c4aa64aa2d19.tar.xz |
(svn r12469) -Codechange: split type related stuff from group.h (and openttd.h) to group_type.h.
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 5b61359f0..5dae4b1d6 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -984,6 +984,10 @@ > </File> <File + RelativePath=".\..\src\group_type.h" + > + </File> + <File RelativePath=".\..\src\gui.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 98c44fdff..058034e30 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -981,6 +981,10 @@ > </File> <File + RelativePath=".\..\src\group_type.h" + > + </File> + <File RelativePath=".\..\src\gui.h" > </File> |