mirror of https://github.com/OpenTTD/OpenTTD
(svn r86) -Add: new AI files added in VC-project (DarkVater)
parent
788ace088d
commit
146fab4188
31
ttd.vcproj
31
ttd.vcproj
|
@ -260,6 +260,9 @@
|
|||
<File
|
||||
RelativePath=".\airport.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\aystar.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="command.c">
|
||||
<FileConfiguration
|
||||
|
@ -643,6 +646,9 @@
|
|||
BasicRuntimeChecks="3"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\queue.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="saveload.c">
|
||||
<FileConfiguration
|
||||
|
@ -1086,6 +1092,9 @@
|
|||
<File
|
||||
RelativePath=".\airport_movement.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\aystar.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="command.h">
|
||||
</File>
|
||||
|
@ -1125,6 +1134,9 @@
|
|||
<File
|
||||
RelativePath="player.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\queue.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="saveload.h">
|
||||
</File>
|
||||
|
@ -2594,6 +2606,25 @@
|
|||
RelativePath="table\water_land.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="AI Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\ai.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ai_build.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ai_new.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ai_pathfinder.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\ai_shared.c">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="icon1.ico">
|
||||
</File>
|
||||
|
|
Loading…
Reference in New Issue