diff options
author | Darkvater <darkvater@openttd.org> | 2005-07-06 10:41:56 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-07-06 10:41:56 +0000 |
commit | e4215f175160d2225020413e186c549f9bf659b7 (patch) | |
tree | 97da427d8374d4e7833871bc1e99a40672c21114 | |
parent | 513dc78ebcb29f2ccebf2e89b298b7b389b3252f (diff) | |
download | openttd-e4215f175160d2225020413e186c549f9bf659b7.tar.xz |
(svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
-rw-r--r-- | openttd.dsp | 8 | ||||
-rw-r--r-- | openttd.vcproj | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/openttd.dsp b/openttd.dsp index e4566d7ba..13518f8ac 100644 --- a/openttd.dsp +++ b/openttd.dsp @@ -218,6 +218,10 @@ SOURCE=.\pathfind.c # End Source File # Begin Source File +SOURCE=.\pbs.c +# End Source File + +# Begin Source File SOURCE=.\pool.c # End Source File @@ -459,6 +463,10 @@ SOURCE=.\pathfind.h # End Source File # Begin Source File +SOURCE=.\pbs.h +# End Source File + +# Begin Source File SOURCE=.\pool.h # End Source File diff --git a/openttd.vcproj b/openttd.vcproj index 2cbc2e4f5..f1b077979 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -266,6 +266,9 @@ RelativePath="pathfind.c"> </File> <File + RelativePath=".\pbs.c"> + </File> + <File RelativePath="players.c"> </File> <File @@ -445,6 +448,9 @@ RelativePath="pathfind.h"> </File> <File + RelativePath=".\pbs.h"> + </File> + <File RelativePath="player.h"> </File> <File |