summaryrefslogtreecommitdiff
path: root/projects/openttd_vs100.vcxproj.filters
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-19 20:56:34 +0000
committertruebrain <truebrain@openttd.org>2011-12-19 20:56:34 +0000
commitf239a6140616340854b2330b75f44abad01ae0a2 (patch)
tree0db054cc972e2638417423a0a89ee17bfbbfc38d /projects/openttd_vs100.vcxproj.filters
parentde5494af8ff51e7accfe2c73092873574a9edbf0 (diff)
downloadopenttd-f239a6140616340854b2330b75f44abad01ae0a2.tar.xz
(svn r23609) -Add: save/load all GameScript related material
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 58cb73cc7..88e4a42db 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -1563,6 +1563,9 @@
<ClCompile Include="..\src\saveload\engine_sl.cpp">
<Filter>Save/Load handlers</Filter>
</ClCompile>
+ <ClCompile Include="..\src\saveload\game_sl.cpp">
+ <Filter>Save/Load handlers</Filter>
+ </ClCompile>
<ClCompile Include="..\src\saveload\gamelog_sl.cpp">
<Filter>Save/Load handlers</Filter>
</ClCompile>