geocore/platform/constants.hpp
2019-09-24 09:32:58 +00:00

6 lines
135 B
C++

#pragma once
#include <cstdint>
static const uint32_t READER_CHUNK_LOG_SIZE = 10;
static const uint32_t READER_CHUNK_LOG_COUNT = 12;