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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-03-20 14:01:00 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:41:24 +0300
commitf7203eb9b75a01270d63e74e8eccebdf531c5742 (patch)
tree7b7a8ad4e92f21f9feee06548f2d134c5df93465 /defines.hpp
parentc427ac965987265c62761de2f822fd90be606e1a (diff)
implemented ChangeColorScheme functionality and its test for supported platforms
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/defines.hpp b/defines.hpp
index 69957e1a6d..765fc73c52 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -58,7 +58,8 @@
#define EXTERNAL_RESOURCES_FILE "external_resources.txt"
-#define DRAWING_RULES_BIN_FILE "drules_proto.bin"
+#define DRAWING_RULES_LIGHT_BIN_FILE "drules_proto.bin"
+#define DRAWING_RULES_DARK_BIN_FILE "drules_proto_dark.bin"
/// How many langs we're supporting on indexing stage
#define MAX_SUPPORTED_LANGUAGES 64