Welcome to mirror list, hosted at ThFree Co, Russian Federation.

map_style.hpp « indexer - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72131bcaa0fc61fc1f953bb4190a3b3107a7f76f (plain)
1
2
3
4
5
6
7
8
9
#pragma once

enum MapStyle
{
  MapStyleLight = 0,
  MapStyleDark = 1,
  MapStyleClear = 2
  // Add new map style here
};