diff options
author | rubidium <rubidium@openttd.org> | 2008-03-31 07:25:49 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-31 07:25:49 +0000 |
commit | b488fe1929eb4290b7c1ed594cd18c5ecfd5a8a1 (patch) | |
tree | 15543e5435aa9c7caac61ef628a1dfdc780cddb9 /projects | |
parent | 0f1a82a4c2f3047df8f511105d8b50bc461e9646 (diff) | |
download | openttd-b488fe1929eb4290b7c1ed594cd18c5ecfd5a8a1.tar.xz |
(svn r12501) -Codechange: split signs.h.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 10 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index ff901243f..ec5bb6673 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1320,7 +1320,15 @@ > </File> <File - RelativePath=".\..\src\signs.h" + RelativePath=".\..\src\signs_base.h" + > + </File> + <File + RelativePath=".\..\src\signs_func.h" + > + </File> + <File + RelativePath=".\..\src\signs_type.h" > </File> <File diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 1af13cafc..df74b8624 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1317,7 +1317,15 @@ > </File> <File - RelativePath=".\..\src\signs.h" + RelativePath=".\..\src\signs_base.h" + > + </File> + <File + RelativePath=".\..\src\signs_func.h" + > + </File> + <File + RelativePath=".\..\src\signs_type.h" > </File> <File |