Vector doesn't need to be told the type every time.
This commit is contained in:
parent
12db1d9638
commit
49f7d15379
12 changed files with 31 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue