(svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h

This commit is contained in:
2008-05-28 11:56:21 +00:00
parent bb00206736
commit f9fc53f98a
8 changed files with 164 additions and 136 deletions

View File

@@ -112,6 +112,7 @@ tile_map.cpp
#end
#end
vehicle.cpp
vehiclelist.cpp
viewport.cpp
waypoint.cpp
widget.cpp
@@ -324,6 +325,7 @@ vehicle_base.h
vehicle_func.h
vehicle_gui.h
vehicle_type.h
vehiclelist.h
viewport_func.h
viewport_type.h
waypoint.h