diff options
-rw-r--r-- | openttd.vcproj | 40 |
1 files changed, 31 insertions, 9 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 75104eea8..e3bcc1c93 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -405,9 +405,6 @@ RelativePath=".\aystar.h"> </File> <File - RelativePath=".\clear.h"> - </File> - <File RelativePath=".\command.h"> </File> <File @@ -537,9 +534,6 @@ RelativePath=".\rail.h"> </File> <File - RelativePath=".\road.h"> - </File> - <File RelativePath=".\saveload.h"> </File> <File @@ -597,9 +591,6 @@ RelativePath=".\viewport.h"> </File> <File - RelativePath=".\void.h"> - </File> - <File RelativePath=".\waypoint.h"> </File> <File @@ -872,6 +863,37 @@ </File> </Filter> </Filter> + <Filter + Name="Map Accessors" + Filter=""> + <File + RelativePath=".\clear_map.h"> + </File> + <File + RelativePath=".\rail_map.h"> + </File> + <File + RelativePath=".\road_map.c"> + </File> + <File + RelativePath=".\road_map.h"> + </File> + <File + RelativePath=".\tree_map.h"> + </File> + <File + RelativePath=".\tunnel_map.c"> + </File> + <File + RelativePath=".\tunnel_map.h"> + </File> + <File + RelativePath=".\void_map.h"> + </File> + <File + RelativePath=".\water_map.h"> + </File> + </Filter> <File RelativePath=".\mainicon.ico"> </File> |