Vector doesn't need to be told the type every time.

This commit is contained in:
King_DuckZ 2015-06-06 13:52:48 +02:00
parent 12db1d9638
commit 49f7d15379
12 changed files with 31 additions and 29 deletions

View file

@ -14,7 +14,7 @@ namespace dkh {
class AsciiMapSource : public dk::BaseMapSource<implem::AsciiMapTileType, 2> {
public:
typedef dk::Vector<dk::CoordinateScalarType, 2> coords;
typedef dk::Vector<2> coords;
typedef implem::AsciiMapTileType MapTileType;
enum {
MapDimensions = 2