34#ifndef DVD_TERRAIN_DESCRIPTOR_INL_
35#define DVD_TERRAIN_DESCRIPTOR_INL_
44 for (
const auto& it : descriptor._variables )
56 descriptor._textureLayers,
57 descriptor._altitudeRange.x,
58 descriptor._altitudeRange.y,
59 descriptor._dimensions.x,
60 descriptor._dimensions.y,
61 descriptor._startWidth
64 for (
U8 i = 0; i < descriptor._ringCount; ++i )
void Hash_combine(size_t &seed, const T &v, const Rest &... rest) noexcept
a la Boost
Handle console commands that start with a forward slash.
size_t GetHash(const PropertyDescriptor< T > &descriptor) noexcept
hashAlg::unordered_map< K, V, HashFun, Predicate > hashMap