King_DuckZ
ea71478948
Lots of junk code removed, the architecture is now much simpler. AsciiMapSource works as before.
13 lines
301 B
C++
13 lines
301 B
C++
#ifndef id6327FA76CFB44F65A459C69096EC65D5
|
|
#define id6327FA76CFB44F65A459C69096EC65D5
|
|
|
|
#include "doorkeeper.hpp"
|
|
|
|
namespace dk {
|
|
typedef Tyler<2>::coords coords2;
|
|
typedef Tyler<2> Tyler2d;
|
|
template <typename T> using Layer2d = Layer<T, 2>;
|
|
typedef Viewport<2> Viewport2d;
|
|
} //namespace dk
|
|
|
|
#endif
|