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

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


namespace classificator
{
  void Load();
}