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

#include "std/string.hpp"


namespace classificator
{
  void Load();
}