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

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

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