diff options
author | smatz <smatz@openttd.org> | 2009-05-23 15:46:00 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-05-23 15:46:00 +0000 |
commit | b2aed51f8e42e0e45d08a65b8883b3fa034d0f4b (patch) | |
tree | 3b45fa52ccaffe68d01b5f234afc6b2c927b92bc /projects | |
parent | f2317d0d9d74c3f5d14530c14b314ad32d05ef80 (diff) | |
download | openttd-b2aed51f8e42e0e45d08a65b8883b3fa034d0f4b.tar.xz |
(svn r16403) -Codechange: move code related to subsidies to separate file
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 12 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index f87499382..016f26028 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -720,6 +720,10 @@ > </File> <File + RelativePath=".\..\src\subsidy.cpp" + > + </File> + <File RelativePath=".\..\src\texteff.cpp" > </File> @@ -1444,6 +1448,14 @@ > </File> <File + RelativePath=".\..\src\subsidy_func.h" + > + </File> + <File + RelativePath=".\..\src\subsidy_type.h" + > + </File> + <File RelativePath=".\..\src\tar_type.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index ec1db4894..3ca3c8363 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -717,6 +717,10 @@ > </File> <File + RelativePath=".\..\src\subsidy.cpp" + > + </File> + <File RelativePath=".\..\src\texteff.cpp" > </File> @@ -1441,6 +1445,14 @@ > </File> <File + RelativePath=".\..\src\subsidy_func.h" + > + </File> + <File + RelativePath=".\..\src\subsidy_type.h" + > + </File> + <File RelativePath=".\..\src\tar_type.h" > </File> |