diff options
author | frosch <frosch@openttd.org> | 2009-08-02 12:34:26 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2009-08-02 12:34:26 +0000 |
commit | a6cbf0d419569989d54f6df37232e9e771acafa8 (patch) | |
tree | d3263e8de74e831af809bc3318becad666d8918b /projects | |
parent | 053ba65836d98b73f2061a2d92681cce30380f1e (diff) | |
download | openttd-a6cbf0d419569989d54f6df37232e9e771acafa8.tar.xz |
(svn r17036) -Codechange: Split price bases from economy.cpp to table/pricebase.h.
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 26826403a..bf10c3c04 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2268,6 +2268,10 @@ > </File> <File + RelativePath=".\..\src\table\pricebase.h" + > + </File> + <File RelativePath=".\..\src\table\railtypes.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 903bd692b..0e07feca7 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2265,6 +2265,10 @@ > </File> <File + RelativePath=".\..\src\table\pricebase.h" + > + </File> + <File RelativePath=".\..\src\table\railtypes.h" > </File> |