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: 71c95b222b1dd4aad11a4dbbc5a7220cf2a64aa3 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "std/string.hpp"

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