DoorKeeper/include/implem/coords.hpp

13 lines
269 B
C++
Raw Normal View History

2014-09-02 14:41:21 +00:00
#ifndef id305A77366E3B4D3C84CC345C93A7C38B
#define id305A77366E3B4D3C84CC345C93A7C38B
#include "implem/vector.hpp"
namespace dk {
typedef int coord_type;
typedef cloonel::Vector<coord_type, 2> coords;
typedef cloonel::Vector<int, 2> int2;
} //namespace dk
#endif