diff options
author | alberth <alberth@openttd.org> | 2011-03-03 20:50:24 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2011-03-03 20:50:24 +0000 |
commit | d19a9f5df5ca670857ae82ae8e02e065a0035974 (patch) | |
tree | b255320cccd5f987d03f0900186b7c5159ef2cc0 /projects/openttd_vs100.vcxproj | |
parent | b74de9ff7223b4402abdc1e0e8aad68a5187009e (diff) | |
download | openttd-d19a9f5df5ca670857ae82ae8e02e065a0035974.tar.xz |
(svn r22167) -Codechange: Extract IniLoadFile base class for loading ini files out of IniFile.
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index c1bb317d3..d4e38e713 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -325,6 +325,7 @@ <ClCompile Include="..\src\highscore.cpp" /> <ClCompile Include="..\src\hotkeys.cpp" /> <ClCompile Include="..\src\ini.cpp" /> + <ClCompile Include="..\src\ini_load.cpp" /> <ClCompile Include="..\src\landscape.cpp" /> <ClCompile Include="..\src\map.cpp" /> <ClCompile Include="..\src\misc.cpp" /> |