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

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

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

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