(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:
@@ -6,7 +6,6 @@
|
||||
#define VEHICLE_TYPE_H
|
||||
|
||||
#include "core/enum_type.hpp"
|
||||
#include "misc/smallvec.h"
|
||||
|
||||
typedef uint16 VehicleID;
|
||||
|
||||
@@ -57,6 +56,4 @@ enum DepotCommand {
|
||||
DEPOT_COMMAND_MASK = 0xF,
|
||||
};
|
||||
|
||||
typedef SmallVector<const Vehicle*, 32> VehicleList;
|
||||
|
||||
#endif /* VEHICLE_TYPE_H */
|
||||
|
Reference in New Issue
Block a user