diff options
author | rubidium <rubidium@openttd.org> | 2009-09-23 16:07:17 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-23 16:07:17 +0000 |
commit | 6032f406ad9d9dee98760ce30f92dc300da92fb0 (patch) | |
tree | 48e9654545db4cf183a2c7ecbbbda855e94f2857 /projects | |
parent | a848fda8808c5bb70fee2117dae1eda9648f346c (diff) | |
download | openttd-6032f406ad9d9dee98760ce30f92dc300da92fb0.tar.xz |
(svn r17621) -Document [FS#3216]: most of the functions an AI can/must use in their instantiation of AIInfo.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index cc42e9e96..1c118480c 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2748,6 +2748,10 @@ > </File> <File + RelativePath=".\..\src\ai\api\ai_info_docs.hpp" + > + </File> + <File RelativePath=".\..\src\ai\api\ai_list.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index c58155b4b..9be11e539 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2745,6 +2745,10 @@ > </File> <File + RelativePath=".\..\src\ai\api\ai_info_docs.hpp" + > + </File> + <File RelativePath=".\..\src\ai\api\ai_list.hpp" > </File> |