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 'indexer/classificator_loader.hpp')
-rw-r--r--indexer/classificator_loader.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indexer/classificator_loader.hpp b/indexer/classificator_loader.hpp
new file mode 100644
index 0000000000..412e8a1d29
--- /dev/null
+++ b/indexer/classificator_loader.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "../std/string.hpp"
+
+namespace classificator
+{
+ void Read(string const & rules, string const & classificator, string const & visibility);
+}