comparison 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
comparison
equal deleted inserted replaced
259:0362f3c4534c 260:dd211ff68b36
1 #ifndef MINORI_CORE_ANIME_SEASON_DB_H_
2 #define MINORI_CORE_ANIME_SEASON_DB_H_
3
4 #include "core/anime.h"
5 #include "core/date.h"
6
7 namespace Anime::Season {
8
9 std::vector<int> GetAllAnimeForSeason(SeriesSeason season, Date::Year year);
10
11 }
12
13 #endif // MINORI_CORE_ANIME_SEASON_DB_H_