diff options
author | rubidium <rubidium@openttd.org> | 2009-06-28 15:12:59 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-06-28 15:12:59 +0000 |
commit | 18bc39d00b844ca60307d4628fb489c6cd556f67 (patch) | |
tree | 2d51100c9efe36e6b3fc17617d801ca4ad7f1793 /projects | |
parent | 043af83a03cadc232ef165e7b8d1a0a7fc0650dc (diff) | |
download | openttd-18bc39d00b844ca60307d4628fb489c6cd556f67.tar.xz |
(svn r16683) -Codechange: move the cargo payment handling to a seperate class. Based on ideas of fonso/fonsinchen.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 02cca66b6..755b51371 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -960,6 +960,10 @@ > </File> <File + RelativePath=".\..\src\economy_base.h" + > + </File> + <File RelativePath=".\..\src\economy_func.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index edf15f0b4..f0ebbcff1 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -957,6 +957,10 @@ > </File> <File + RelativePath=".\..\src\economy_base.h" + > + </File> + <File RelativePath=".\..\src\economy_func.h" > </File> |