diff options
author | rubidium <rubidium@openttd.org> | 2010-12-05 14:41:34 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-12-05 14:41:34 +0000 |
commit | 085c693289a9e132c53145997a91f28d2aa35c58 (patch) | |
tree | c9987ccd7aa06923c50cec7a3adfc7acd3410df0 /projects/openttd_vs100.vcxproj | |
parent | 5ff58155d1106fb6169cbcd7ee8da5b915f91e4e (diff) | |
download | openttd-085c693289a9e132c53145997a91f28d2aa35c58.tar.xz |
(svn r21395) -Codechange: move the save and load filter's interface to a header
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 384c5db4a..69360a650 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -734,6 +734,7 @@ <ClCompile Include="..\src\saveload\order_sl.cpp" /> <ClCompile Include="..\src\saveload\saveload.cpp" /> <ClInclude Include="..\src\saveload\saveload.h" /> + <ClInclude Include="..\src\saveload\saveload_filter.h" /> <ClInclude Include="..\src\saveload\saveload_internal.h" /> <ClCompile Include="..\src\saveload\signs_sl.cpp" /> <ClCompile Include="..\src\saveload\station_sl.cpp" /> |