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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'generator/classif_routine.hpp')
-rw-r--r--generator/classif_routine.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/generator/classif_routine.hpp b/generator/classif_routine.hpp
new file mode 100644
index 0000000000..0dc158a783
--- /dev/null
+++ b/generator/classif_routine.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "../std/string.hpp"
+
+namespace classificator
+{
+ void GenerateAndWrite(string const & dir);
+ void PrepareForFeatureGeneration();
+}