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:
authorvng <viktor.govako@gmail.com>2011-11-25 00:49:10 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:45 +0300
commitaeab46c84fabb306bf33580511b968a51787e68f (patch)
treecc8a3bd97ba88022b2971498063c16f412f3a9eb /defines.hpp
parentf28bb0b4908487f35ab54f038ec164a13c3cc027 (diff)
Add binary drawing rules generation from text rules file.
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index 54e20d6aea..c5659ab818 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -22,6 +22,9 @@
#define PACKED_POLYGONS_FILE "packed_polygons.bin"
#define PACKED_POLYGONS_INFO_TAG "info"
+#define DRAWING_RULES_TXT_FILE "drules_proto.txt"
+#define DRAWING_RULES_BIN_FILE "drules_proto.bin"
+
/// How many langs we're supporting on indexing stage
#define MAX_SUPPORTED_LANGUAGES 64