diff --git a/src/Maps/StyleNames.h b/src/Maps/StyleNames.h index e330e26..16c3988 100644 --- a/src/Maps/StyleNames.h +++ b/src/Maps/StyleNames.h @@ -23,6 +23,40 @@ using namespace Magnum; static const std::map style_names { + {0, "Custom Style 1"}, + {1, "Custom Style 2"}, + {2, "Custom Style 3"}, + {3, "Custom Style 4"}, + {4, "Custom Style 5"}, + {5, "Custom Style 6"}, + {6, "Custom Style 7"}, + {7, "Custom Style 8"}, + {8, "Custom Style 9"}, + {9, "Custom Style 10"}, + {10, "Custom Style 11"}, + {11, "Custom Style 12"}, + {12, "Custom Style 13"}, + {13, "Custom Style 14"}, + {14, "Custom Style 15"}, + {15, "Custom Style 16"}, + + {50, "Global Style 1"}, + {51, "Global Style 2"}, + {52, "Global Style 3"}, + {53, "Global Style 4"}, + {54, "Global Style 5"}, + {55, "Global Style 6"}, + {56, "Global Style 7"}, + {57, "Global Style 8"}, + {58, "Global Style 9"}, + {59, "Global Style 10"}, + {60, "Global Style 11"}, + {61, "Global Style 12"}, + {62, "Global Style 13"}, + {63, "Global Style 14"}, + {64, "Global Style 15"}, + {65, "Global Style 16"}, + {100, "Iron"}, {101, "Silver"}, {102, "Gold"},