comparison include/core/anime.h @ 260:dd211ff68b36

pages/seasons: add initial functionality the menu doesn't work yet, but it's a good start
author Paper <paper@paper.us.eu.org>
date Wed, 03 Apr 2024 19:48:38 -0400
parents 862d0d8619f6
children 3ec7804abf17
comparison
equal deleted inserted replaced
259:0362f3c4534c 260:dd211ff68b36
46 UNKNOWN, 46 UNKNOWN,
47 WINTER, 47 WINTER,
48 SPRING, 48 SPRING,
49 SUMMER, 49 SUMMER,
50 FALL 50 FALL
51 };
52
53 constexpr std::array<SeriesSeason, 4> SeriesSeasons{
54 SeriesSeason::WINTER, SeriesSeason::SPRING,
55 SeriesSeason::SUMMER, SeriesSeason::FALL
51 }; 56 };
52 57
53 enum class TitleLanguage { 58 enum class TitleLanguage {
54 ROMAJI, 59 ROMAJI,
55 NATIVE, 60 NATIVE,