forked from organicmaps/organicmaps
6 lines
129 B
C++
6 lines
129 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
constexpr uint32_t READER_CHUNK_LOG_SIZE = 10;
|
|
constexpr uint32_t READER_CHUNK_LOG_COUNT = 12;
|