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

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

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

namespace update
{
  bool UpdateCountries(string const & dataDir);
} // namespace update