Mercurial > minori
comparison include/core/anime_season.h @ 281:3ede7be4f449
anime_season: forgot these
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Mon, 06 May 2024 17:44:16 -0400 |
| parents | |
| children | 10096c5489e3 |
comparison
equal
deleted
inserted
replaced
| 280:9b6e12c14a1e | 281:3ede7be4f449 |
|---|---|
| 1 #ifndef MINORI_CORE_ANIME_SEASON_H_ | |
| 2 #define MINORI_CORE_ANIME_SEASON_H_ | |
| 3 | |
| 4 #include "core/anime.h" /* SeriesSeason */ | |
| 5 #include "core/date.h" /* Date::Month */ | |
| 6 | |
| 7 namespace Anime { | |
| 8 | |
| 9 SeriesSeason GetSeasonForMonth(Date::Month month); | |
| 10 | |
| 11 } | |
| 12 | |
| 13 #endif // MINORI_CORE_ANIME_SEASON_H_ |
