(svn r17790) -Feature: translatable base sound/graphics set descriptions
This commit is contained in:
@@ -33,6 +33,7 @@ template <typename T, typename U, uint S = 16>
|
||||
struct SmallMap : SmallVector<SmallPair<T, U>, S> {
|
||||
typedef ::SmallPair<T, U> Pair;
|
||||
typedef Pair *iterator;
|
||||
typedef const Pair *const_iterator;
|
||||
|
||||
/** Creates new SmallMap. Data are initialized in SmallVector constructor */
|
||||
FORCEINLINE SmallMap() { }
|
||||
|
Reference in New Issue
Block a user