mirror of https://github.com/OpenTTD/OpenTTD
(svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
parent
513dc78ebc
commit
e4215f1751
|
@ -217,6 +217,10 @@ SOURCE=.\oldloader.c
|
||||||
SOURCE=.\pathfind.c
|
SOURCE=.\pathfind.c
|
||||||
# End Source File
|
# End Source File
|
||||||
|
|
||||||
|
# Begin Source File
|
||||||
|
SOURCE=.\pbs.c
|
||||||
|
# End Source File
|
||||||
|
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
SOURCE=.\pool.c
|
SOURCE=.\pool.c
|
||||||
# End Source File
|
# End Source File
|
||||||
|
@ -458,6 +462,10 @@ SOURCE=.\openttd.h
|
||||||
SOURCE=.\pathfind.h
|
SOURCE=.\pathfind.h
|
||||||
# End Source File
|
# End Source File
|
||||||
|
|
||||||
|
# Begin Source File
|
||||||
|
SOURCE=.\pbs.h
|
||||||
|
# End Source File
|
||||||
|
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
SOURCE=.\pool.h
|
SOURCE=.\pool.h
|
||||||
# End Source File
|
# End Source File
|
||||||
|
|
|
@ -265,6 +265,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="pathfind.c">
|
RelativePath="pathfind.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\pbs.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="players.c">
|
RelativePath="players.c">
|
||||||
</File>
|
</File>
|
||||||
|
@ -444,6 +447,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="pathfind.h">
|
RelativePath="pathfind.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\pbs.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="player.h">
|
RelativePath="player.h">
|
||||||
</File>
|
</File>
|
||||||
|
|
Loading…
Reference in New Issue