diff options
author | rubidium <rubidium@openttd.org> | 2008-05-07 13:18:33 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-07 13:18:33 +0000 |
commit | cd7c99452f0fe99f0ad8ae6826c6e9892b137690 (patch) | |
tree | 5380a74fbff0d7fcd5e9b99de0df0aa6e71d2d04 /projects | |
parent | 0cfd2baa3c5d5f5e283bfde3e7b7dd8ec3f0d2f8 (diff) | |
download | openttd-cd7c99452f0fe99f0ad8ae6826c6e9892b137690.tar.xz |
(svn r12989) -Codechange: move ViewportSign to viewport_type.h.
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 35e17291d..39fdbba28 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1496,6 +1496,14 @@ > </File> <File + RelativePath=".\..\src\tilehighlight_func.h" + > + </File> + <File + RelativePath=".\..\src\tilehighlight_type.h" + > + </File> + <File RelativePath=".\..\src\timetable.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 42a2292f5..dca3e8d43 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1493,6 +1493,14 @@ > </File> <File + RelativePath=".\..\src\tilehighlight_func.h" + > + </File> + <File + RelativePath=".\..\src\tilehighlight_type.h" + > + </File> + <File RelativePath=".\..\src\timetable.h" > </File> |