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
|
<File
|
||||||
RelativePath=".\airport.c">
|
RelativePath=".\airport.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\aystar.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="command.c">
|
RelativePath="command.c">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
@ -643,6 +646,9 @@
|
||||||
BasicRuntimeChecks="3"/>
|
BasicRuntimeChecks="3"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\queue.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="saveload.c">
|
RelativePath="saveload.c">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
@ -1086,6 +1092,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath=".\airport_movement.h">
|
RelativePath=".\airport_movement.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\aystar.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="command.h">
|
RelativePath="command.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -1125,6 +1134,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="player.h">
|
RelativePath="player.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\queue.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="saveload.h">
|
RelativePath="saveload.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -2594,6 +2606,25 @@
|
||||||
RelativePath="table\water_land.h">
|
RelativePath="table\water_land.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</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
|
<File
|
||||||
RelativePath="icon1.ico">
|
RelativePath="icon1.ico">
|
||||||
</File>
|
</File>
|
||||||
|
|
Loading…
Reference in New Issue