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

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

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

namespace classificator
{
  void GenerateAndWrite(string const & dir);
  void PrepareForFeatureGeneration();
}