King_DuckZ
c9381a4585
Iterating through tiles in viewports now works fine. You can pass in a custom device as the data source for the tile map.
13 lines
308 B
C++
13 lines
308 B
C++
#ifndef id61F9FA08290643D0A947EC0E51060BEA
|
|
#define id61F9FA08290643D0A947EC0E51060BEA
|
|
|
|
namespace dk {
|
|
namespace implem {
|
|
template <size_t D>
|
|
CoordinateScalarType area ( const Vector<CoordinateScalarType, D>& parVec ) a_pure;
|
|
} //namespace implem
|
|
} //namespace dk
|
|
|
|
#include "implem/helpers.inl"
|
|
|
|
#endif
|