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