diff options
author | smatz <smatz@openttd.org> | 2008-05-04 21:53:36 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-05-04 21:53:36 +0000 |
commit | 297f99e100bcede36d54b8f833756c73d70fd4a0 (patch) | |
tree | 741c48c433316b11af1a790772deb3a4078fe47c /projects | |
parent | 0b8b5d1f3b5f45374d1e43390777b2de51fb7728 (diff) | |
download | openttd-297f99e100bcede36d54b8f833756c73d70fd4a0.tar.xz |
(svn r12944) -Codechange: use rev.h instead of externs at many places
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 b56616fd2..a080171b5 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1320,6 +1320,10 @@ > </File> <File + RelativePath=".\..\src\rev.h" + > + </File> + <File RelativePath=".\..\src\road_cmd.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 20f9d23cc..efe1023b9 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1317,6 +1317,10 @@ > </File> <File + RelativePath=".\..\src\rev.h" + > + </File> + <File RelativePath=".\..\src\road_cmd.h" > </File> |