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: fb3ecd821bd1440d47d25aaa0616a2cb133e1cc5 (plain)
1
2
3
4
5
6
7
8
#pragma once

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