1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 08:29:11 +00:00

(svn r16403) -Codechange: move code related to subsidies to separate file

This commit is contained in:
smatz
2009-05-23 15:46:00 +00:00
parent f2317d0d9d
commit b2aed51f8e
18 changed files with 435 additions and 354 deletions

View File

@@ -719,6 +719,10 @@
RelativePath=".\..\src\strings.cpp"
>
</File>
<File
RelativePath=".\..\src\subsidy.cpp"
>
</File>
<File
RelativePath=".\..\src\texteff.cpp"
>
@@ -1443,6 +1447,14 @@
RelativePath=".\..\src\strings_type.h"
>
</File>
<File
RelativePath=".\..\src\subsidy_func.h"
>
</File>
<File
RelativePath=".\..\src\subsidy_type.h"
>
</File>
<File
RelativePath=".\..\src\tar_type.h"
>

View File

@@ -716,6 +716,10 @@
RelativePath=".\..\src\strings.cpp"
>
</File>
<File
RelativePath=".\..\src\subsidy.cpp"
>
</File>
<File
RelativePath=".\..\src\texteff.cpp"
>
@@ -1440,6 +1444,14 @@
RelativePath=".\..\src\strings_type.h"
>
</File>
<File
RelativePath=".\..\src\subsidy_func.h"
>
</File>
<File
RelativePath=".\..\src\subsidy_type.h"
>
</File>
<File
RelativePath=".\..\src\tar_type.h"
>