diff options
author | peter1138 <peter1138@openttd.org> | 2007-05-06 18:14:33 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2007-05-06 18:14:33 +0000 |
commit | e109773636d2c6514ae7ece6a3e826e0a2da885e (patch) | |
tree | 50b4edf6cde355dbf64d36175e883e73d2e37b4a /projects | |
parent | 7b65a015c8f254512f743b8700136db60b9f0ee8 (diff) | |
download | openttd-e109773636d2c6514ae7ece6a3e826e0a2da885e.tar.xz |
(svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 45042187f..ca587c9ea 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -513,6 +513,9 @@ RelativePath=".\..\src\newgrf_callbacks.h"> </File> <File + RelativePath=".\..\src\newgrf_canal.h"> + </File> + <File RelativePath=".\..\src\newgrf_cargo.h"> </File> <File @@ -935,6 +938,9 @@ RelativePath=".\..\src\newgrf.cpp"> </File> <File + RelativePath=".\..\src\newgrf_canal.cpp"> + </File> + <File RelativePath=".\..\src\newgrf_cargo.cpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 57c9cfca4..9ac7e6cb5 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -912,6 +912,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_canal.h" + > + </File> + <File RelativePath=".\..\src\newgrf_cargo.h" > </File> @@ -1468,6 +1472,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_canal.cpp" + > + </File> + <File RelativePath=".\..\src\newgrf_cargo.cpp" > </File> |