diff options
author | rubidium <rubidium@openttd.org> | 2008-08-02 22:47:48 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-08-02 22:47:48 +0000 |
commit | 2bb88255388bedae0d94c9c06751ee8f140a9194 (patch) | |
tree | ab32926a52ecf98f970be7136e5b8f5078296938 /projects | |
parent | df99103a3167874a34b1f1f65fe60aae8ff3116a (diff) | |
download | openttd-2bb88255388bedae0d94c9c06751ee8f140a9194.tar.xz |
(svn r13928) -Add [YAPP]: Function for getting the path reservation state of any tile. (michi_cc)
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 2d4f9c02e..b19198b2d 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -664,6 +664,10 @@ > </File> <File + RelativePath=".\..\src\pbs.cpp" + > + </File> + <File RelativePath=".\..\src\players.cpp" > </File> @@ -1264,6 +1268,10 @@ > </File> <File + RelativePath=".\..\src\pbs.h" + > + </File> + <File RelativePath=".\..\src\player_base.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 4b33a7f35..3523d11dc 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -661,6 +661,10 @@ > </File> <File + RelativePath=".\..\src\pbs.cpp" + > + </File> + <File RelativePath=".\..\src\players.cpp" > </File> @@ -1261,6 +1265,10 @@ > </File> <File + RelativePath=".\..\src\pbs.h" + > + </File> + <File RelativePath=".\..\src\player_base.h" > </File> |