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 /indexer/map_style.hpp
parentc427ac965987265c62761de2f822fd90be606e1a (diff)
implemented ChangeColorScheme functionality and its test for supported platforms
Diffstat (limited to 'indexer/map_style.hpp')
-rw-r--r--indexer/map_style.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indexer/map_style.hpp b/indexer/map_style.hpp
new file mode 100644
index 0000000000..fb3ecd821b
--- /dev/null
+++ b/indexer/map_style.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+enum MapStyle
+{
+ MapStyleLight = 0,
+ MapStyleDark = 1
+ // Add new map style here
+};