diff options
author | rubidium <rubidium@openttd.org> | 2008-08-24 13:50:31 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-08-24 13:50:31 +0000 |
commit | ae32d158cbfc28faa48095025a2e65b00dae1d3b (patch) | |
tree | d44ea07890a61b0fc47031372302b96429a3f73c /projects | |
parent | a4854aaddc68b8d06165052067254e997692c4b1 (diff) | |
download | openttd-ae32d158cbfc28faa48095025a2e65b00dae1d3b.tar.xz |
(svn r14153) -Codechange: split ini file reading/saving from settings.cpp.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 074018085..ec8132ffd 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -572,6 +572,10 @@ > </File> <File + RelativePath=".\..\src\ini.cpp" + > + </File> + <File RelativePath=".\..\src\landscape.cpp" > </File> @@ -1052,6 +1056,10 @@ > </File> <File + RelativePath=".\..\src\ini_type.h" + > + </File> + <File RelativePath=".\..\src\landscape.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 9b4c78fa5..d52de00ca 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -569,6 +569,10 @@ > </File> <File + RelativePath=".\..\src\ini.cpp" + > + </File> + <File RelativePath=".\..\src\landscape.cpp" > </File> @@ -1049,6 +1053,10 @@ > </File> <File + RelativePath=".\..\src\ini_type.h" + > + </File> + <File RelativePath=".\..\src\landscape.h" > </File> |