diff options
author | peter1138 <peter1138@openttd.org> | 2006-02-24 20:09:50 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-02-24 20:09:50 +0000 |
commit | d1076fe9732f6bcc30d92c48c5754c8058e22707 (patch) | |
tree | aadf6cfbf12f6fc690c143d36a589c1c6c869271 | |
parent | f6d48379d81925b45ea897cb2b05f65ac58e8a70 (diff) | |
download | openttd-d1076fe9732f6bcc30d92c48c5754c8058e22707.tar.xz |
(svn r3666) Fix up svn properties and add header files to Windows project files.
-rw-r--r-- | openttd.dsp | 16 | ||||
-rw-r--r-- | openttd.vcproj | 12 |
2 files changed, 28 insertions, 0 deletions
diff --git a/openttd.dsp b/openttd.dsp index a8ec904d3..3ad60b977 100644 --- a/openttd.dsp +++ b/openttd.dsp @@ -538,6 +538,10 @@ SOURCE=.\aystar.h # End Source File # Begin Source File +SOURCE=.\clear.h +# End Source File +# Begin Source File + SOURCE=.\command.h # End Source File # Begin Source File @@ -682,6 +686,10 @@ SOURCE=.\rail.h # End Source File # Begin Source File +SOURCE=.\road.h +# End Source File +# Begin Source File + SOURCE=.\saveload.h # End Source File # Begin Source File @@ -730,6 +738,10 @@ SOURCE=.\town.h # End Source File # Begin Source File +SOURCE=.\train.h +# End Source File +# Begin Source File + SOURCE=.\variables.h # End Source File # Begin Source File @@ -746,6 +758,10 @@ SOURCE=.\viewport.h # End Source File # Begin Source File +SOURCE=.\void.h +# End Source File +# Begin Source File + SOURCE=.\waypoint.h # End Source File # Begin Source File diff --git a/openttd.vcproj b/openttd.vcproj index b4f79e092..75104eea8 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -405,6 +405,9 @@ RelativePath=".\aystar.h"> </File> <File + RelativePath=".\clear.h"> + </File> + <File RelativePath=".\command.h"> </File> <File @@ -534,6 +537,9 @@ RelativePath=".\rail.h"> </File> <File + RelativePath=".\road.h"> + </File> + <File RelativePath=".\saveload.h"> </File> <File @@ -576,6 +582,9 @@ RelativePath=".\town.h"> </File> <File + RelativePath=".\train.h"> + </File> + <File RelativePath=".\variables.h"> </File> <File @@ -588,6 +597,9 @@ RelativePath=".\viewport.h"> </File> <File + RelativePath=".\void.h"> + </File> + <File RelativePath=".\waypoint.h"> </File> <File |