Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.hpp « platform - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa1ef661aaa2d19e23b9f798cc7702367b1bf1bc (plain)
1
2
3
4
5
6
#pragma once
#include "../std/stdint.hpp"


static const uint32_t READER_CHUNK_LOG_SIZE = 10;
static const uint32_t READER_CHUNK_LOG_COUNT = 12;