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: 69378add162e64796a3e062040b61b5e03233042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <string>

class FilesContainerR;
class Writer;

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