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

search_index_builder.hpp « indexer - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41ea88b8cbd32a271d632769fa78a4a3bcbbc474 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "../std/string.hpp"


namespace indexer
{
  bool BuildSearchIndexFromDatFile(string const & fName, bool forceRebuild = false);
}