(svn r13575) -Codechange: Move small vector to core since it fits better in there
-Codechange: convert smallvector from struct to class
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#ifndef VEHICLELIST_H
|
||||
#define VEHICLELIST_H
|
||||
|
||||
#include "misc/smallvec.h"
|
||||
#include "core/smallvec_type.hpp"
|
||||
|
||||
typedef SmallVector<const Vehicle *, 32> VehicleList;
|
||||
|
||||
|
Reference in New Issue
Block a user