diff options
author | truelight <truelight@openttd.org> | 2004-08-20 10:02:47 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-08-20 10:02:47 +0000 |
commit | 146fab4188adcc5ebf112c1b4b1a756a7efb94c5 (patch) | |
tree | 708673d8b0ed815401562e5d580db744b8d4d659 | |
parent | 788ace088d8b3ba2afd77a8b21b532abc40d9eba (diff) | |
download | openttd-146fab4188adcc5ebf112c1b4b1a756a7efb94c5.tar.xz |
(svn r86) -Add: new AI files added in VC-project (DarkVater)
-rw-r--r-- | ttd.vcproj | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ttd.vcproj b/ttd.vcproj index 9cf9f7983..69abe2e45 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -261,6 +261,9 @@ RelativePath=".\airport.c">
</File>
<File
+ RelativePath=".\aystar.c">
+ </File>
+ <File
RelativePath="command.c">
<FileConfiguration
Name="Release|Win32">
@@ -644,6 +647,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\queue.c">
+ </File>
+ <File
RelativePath="saveload.c">
<FileConfiguration
Name="Release|Win32">
@@ -1087,6 +1093,9 @@ RelativePath=".\airport_movement.h">
</File>
<File
+ RelativePath=".\aystar.h">
+ </File>
+ <File
RelativePath="command.h">
</File>
<File
@@ -1126,6 +1135,9 @@ RelativePath="player.h">
</File>
<File
+ RelativePath=".\queue.h">
+ </File>
+ <File
RelativePath="saveload.h">
</File>
<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>
|