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

centers_table_builder.hpp « generator - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ba57b467c619f359147e8935080720c761292e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "std/string.hpp"

class FilesContainerR;
class Writer;

namespace indexer
{
// Builds the latest version of the centers table section and writes
// it to the mwm file.
bool BuildCentersTableFromDataFile(string const & filename, bool forceRebuild = false);
}  // namespace indexer