diff options
author | rubidium <rubidium@openttd.org> | 2013-05-19 14:17:02 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-05-19 14:17:02 +0000 |
commit | 0cc3d8df4b79628c702ba1293cdc00c099dd0b60 (patch) | |
tree | 2548b5291ae4ca4c2e90adc957dc289d6ddb8e5b /projects/openttd_vs100.vcxproj.filters | |
parent | 06313e49812b534d1c16ce5376f39081519b0aef (diff) | |
download | openttd-0cc3d8df4b79628c702ba1293cdc00c099dd0b60.tar.xz |
(svn r25258) -Codechange: save linkgraph (fonsinchen)
Diffstat (limited to 'projects/openttd_vs100.vcxproj.filters')
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 59d6993e1..4b93c0418 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -1662,6 +1662,9 @@ <ClCompile Include="..\src\saveload\labelmaps_sl.cpp"> <Filter>Save/Load handlers</Filter> </ClCompile> + <ClCompile Include="..\src\saveload\linkgraph_sl.cpp"> + <Filter>Save/Load handlers</Filter> + </ClCompile> <ClCompile Include="..\src\saveload\map_sl.cpp"> <Filter>Save/Load handlers</Filter> </ClCompile> |