Mercurial > minori
diff include/core/anime_season_db.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 | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/core/anime_season_db.h Wed Apr 03 19:48:38 2024 -0400 @@ -0,0 +1,13 @@ +#ifndef MINORI_CORE_ANIME_SEASON_DB_H_ +#define MINORI_CORE_ANIME_SEASON_DB_H_ + +#include "core/anime.h" +#include "core/date.h" + +namespace Anime::Season { + +std::vector<int> GetAllAnimeForSeason(SeriesSeason season, Date::Year year); + +} + +#endif // MINORI_CORE_ANIME_SEASON_DB_H_