diff options
author | peter1138 <peter1138@openttd.org> | 2006-03-10 09:20:28 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-03-10 09:20:28 +0000 |
commit | 25970764a3c8c8d1c3eea25233602c5db751bbc1 (patch) | |
tree | 84c95d4a80e9d39ec404827bf0bf7d79f6e78f4a /openttd.vcproj | |
parent | 9c7f09322ef91a7fa565e23898467d5cd9aafe7e (diff) | |
download | openttd-25970764a3c8c8d1c3eea25233602c5db751bbc1.tar.xz |
(svn r3809) - Add map accessor files to MS VS 2003 project file
Diffstat (limited to 'openttd.vcproj')
-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> |