King_DuckZ
701366bf86
This fixes the build on 64-bit machines, where size_t and uint32_t from vector.hpp would mismatch.
15 lines
341 B
C++
15 lines
341 B
C++
#ifndef id61F9FA08290643D0A947EC0E51060BEA
|
|
#define id61F9FA08290643D0A947EC0E51060BEA
|
|
|
|
#include <cstdint>
|
|
|
|
namespace dk {
|
|
namespace implem {
|
|
template <uint32_t D>
|
|
CoordinateScalarType area ( const Vector<CoordinateScalarType, D>& parVec ) a_pure;
|
|
} //namespace implem
|
|
} //namespace dk
|
|
|
|
#include "doorkeeper/implem/helpers.inl"
|
|
|
|
#endif
|