summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-07-31 22:30:54 +0000
committeryexo <yexo@openttd.org>2009-07-31 22:30:54 +0000
commit8c05194c0241d88226ba6c727a0c45b00d8495ed (patch)
treebe76ebd36a14a7828a9ed5400f42045b375b7c50 /projects
parentb129184d57cac186c53bda3e8165efd63806c2aa (diff)
downloadopenttd-8c05194c0241d88226ba6c727a0c45b00d8495ed.tar.xz
(svn r17011) -Change [NoAI]: Add AIBaseStation as a parentclass for AIStation and AIWaypoint, and move GetName, SetName and GetLocation to AIBaseStation
Remove (nearly) all references to WaypointID and replace them with StationID
Diffstat (limited to 'projects')
-rw-r--r--projects/openttd_vs80.vcproj8
-rw-r--r--projects/openttd_vs90.vcproj8
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index a33c4a3cd..e80cf14ab 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -2620,6 +2620,10 @@
>
</File>
<File
+ RelativePath=".\..\src\ai\api\ai_basestation.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\ai\api\ai_bridge.hpp"
>
</File>
@@ -2832,6 +2836,10 @@
>
</File>
<File
+ RelativePath=".\..\src\ai\api\ai_basestation.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\ai\api\ai_bridge.cpp"
>
</File>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index 357e30b3a..68abddf3d 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -2617,6 +2617,10 @@
>
</File>
<File
+ RelativePath=".\..\src\ai\api\ai_basestation.hpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\ai\api\ai_bridge.hpp"
>
</File>
@@ -2829,6 +2833,10 @@
>
</File>
<File
+ RelativePath=".\..\src\ai\api\ai_basestation.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\ai\api\ai_bridge.cpp"
>
</File>