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-08-21 18:53:34 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:02:22 +0300
commitc2df36a37bfc8122b5480b1e057539e871065648 (patch)
tree378fba2b37acc36c3af9475de4a9f67c1d3ea181 /indexer/map_style.hpp
parent36806ccf83d9c741e52900b6bee061546d343969 (diff)
Added new style support in core code
Diffstat (limited to 'indexer/map_style.hpp')
-rw-r--r--indexer/map_style.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indexer/map_style.hpp b/indexer/map_style.hpp
index fb3ecd821b..72131bcaa0 100644
--- a/indexer/map_style.hpp
+++ b/indexer/map_style.hpp
@@ -3,6 +3,7 @@
enum MapStyle
{
MapStyleLight = 0,
- MapStyleDark = 1
+ MapStyleDark = 1,
+ MapStyleClear = 2
// Add new map style here
};