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

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

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

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