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

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

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


namespace classificator
{
  void ReadVisibility(string const & fPath);

  void Load();
}