diff options
author | glx <glx@openttd.org> | 2007-06-18 23:00:55 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2007-06-18 23:00:55 +0000 |
commit | 23af871615557914fd36744afe46a93a360603ce (patch) | |
tree | f4318f970123dab2462d27992cd283f78f4d5885 /projects | |
parent | 7d6c255044a1e6b9a60d31468d870493270db13c (diff) | |
download | openttd-23af871615557914fd36744afe46a93a360603ce.tar.xz |
(svn r10211) -Feature: [NewGRF] Add support for action 0F
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 de6df4f63..d9880d3a4 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -564,6 +564,9 @@ RelativePath=".\..\src\newgrf_town.h"> </File> <File + RelativePath=".\..\src\newgrf_townname.h"> + </File> + <File RelativePath=".\..\src\news.h"> </File> <File @@ -1080,6 +1083,9 @@ <File RelativePath=".\..\src\newgrf_town.cpp"> </File> + <File + RelativePath=".\..\src\newgrf_townname.cpp"> + </File> </Filter> <Filter Name="Map Accessors" diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index e58eb48b2..407232275 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -980,6 +980,10 @@ > </File> <File + RelativePath=".\..\src\newgrf_townname.h" + > + </File> + <File RelativePath=".\..\src\news.h" > </File> @@ -1659,6 +1663,10 @@ RelativePath=".\..\src\newgrf_town.cpp" > </File> + <File + RelativePath=".\..\src\newgrf_townname.cpp" + > + </File> </Filter> <Filter Name="Map Accessors" |