enum class | map_mode::mode : uint8_t {
map_mode::terrain = 0x01
, map_mode::political = 0x02
, map_mode::revolt = 0x03
, map_mode::diplomatic = 0x04
,
map_mode::region = 0x05
, map_mode::infrastructure = 0x06
, map_mode::colonial = 0x07
, map_mode::admin = 0x08
,
map_mode::recruitment = 0x09
, map_mode::national_focus = 0x0A
, map_mode::rgo_output = 0x0B
, map_mode::population = 0x0C
,
map_mode::nationality = 0x0D
, map_mode::sphere = 0x0E
, map_mode::supply = 0x0F
, map_mode::party_loyalty = 0x10
,
map_mode::rank = 0x11
, map_mode::migration = 0x12
, map_mode::civilization_level = 0x13
, map_mode::relation = 0x14
,
map_mode::crisis = 0x15
, map_mode::naval = 0x16
, map_mode::religion = 0x17
, map_mode::fort = 0x18
,
map_mode::ideology = 0x19
, map_mode::income = 0x1a
, map_mode::conciousness = 0x1b
, map_mode::militancy = 0x1c
,
map_mode::literacy = 0x1d
, map_mode::employment = 0x1e
, map_mode::factories = 0x1f
, map_mode::issues = 0x20
,
map_mode::growth = 0x21
, map_mode::players = 0x22
, map_mode::life_needs = 0x23
, map_mode::everyday_needs = 0x24
,
map_mode::luxury_needs = 0x25
, map_mode::officers = 0x26
, map_mode::clerk_to_craftsmen_ratio = 0x27
, map_mode::life_rating = 0x28
,
map_mode::crime = 0x29
, map_mode::rally = 0x2a
, map_mode::workforce = 0x2b
, map_mode::mobilization = 0x2c
,
map_mode::state_select = 0x2d
} |