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

data_generator.hpp « indexer_tool « indexer - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f31dd0818979fdd7f0c1caf3a5a1597c925f0ea7 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "../../std/string.hpp"

namespace data
{
  bool GenerateToFile(string const & dir, bool lightNodes);
}