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

scale_index.cpp « indexer - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e757740a08f7f7ec3a429df396fe6031ddc64731 (plain)
1
2
3
4
#include "scale_index.hpp"

uint32_t const ScaleIndexBase::kScaleBuckets[] = {
  0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 };