diff options
author | belugas <belugas@openttd.org> | 2008-03-28 03:23:49 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-03-28 03:23:49 +0000 |
commit | 55676e3b6c5ba0e09c605f6dadac5d76382f2bdc (patch) | |
tree | 0216004c00041f6c5ced1a032e99fc701c21541a /projects | |
parent | 0f8584b2fb61c75079b31839db6fbb2b26cd39ee (diff) | |
download | openttd-55676e3b6c5ba0e09c605f6dadac5d76382f2bdc.tar.xz |
(svn r12457) -Codechange: Move signal enums on their own header.
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 1e2f734b9..5cc308029 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1256,6 +1256,10 @@ > </File> <File + RelativePath=".\..\src\signal_type.h" + > + </File> + <File RelativePath=".\..\src\signs.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 1a210fa8c..3c0119af1 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1253,6 +1253,10 @@ > </File> <File + RelativePath=".\..\src\signal_type.h" + > + </File> + <File RelativePath=".\..\src\signs.h" > </File> |