summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj.filters
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-03-03 20:50:24 +0000
committeralberth <alberth@openttd.org>2011-03-03 20:50:24 +0000
commitd19a9f5df5ca670857ae82ae8e02e065a0035974 (patch)
treeb255320cccd5f987d03f0900186b7c5159ef2cc0 /projects/openttd_vs100.vcxproj.filters
parentb74de9ff7223b4402abdc1e0e8aad68a5187009e (diff)
downloadopenttd-d19a9f5df5ca670857ae82ae8e02e065a0035974.tar.xz
(svn r22167) -Codechange: Extract IniLoadFile base class for loading ini files out of IniFile.
Diffstat (limited to 'projects/openttd_vs100.vcxproj.filters')
-rw-r--r--projects/openttd_vs100.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index 16031fa6c..1f4ba1c4f 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -195,6 +195,9 @@
<ClCompile Include="..\src\ini.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\src\ini_load.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\src\landscape.cpp">
<Filter>Source Files</Filter>
</ClCompile>