log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
minori
annotate include/core/anime_season.h @ 320:
1b5c04268d6a
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
services/kitsu: ACTUALLY finish GetAnimeList there are some things the API just... doesn't provide. therefore we have to request the genres separately any time a new anime info box is opened...
author
Paper <paper@paper.us.eu.org>
date
Wed, 12 Jun 2024 19:49:19 -0400 (9 months ago)
parents
3ede7be4f449
children
10096c5489e3
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
281
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
1
#ifndef MINORI_CORE_ANIME_SEASON_H_
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
2
#define MINORI_CORE_ANIME_SEASON_H_
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
3
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
4
#include "core/anime.h" /* SeriesSeason */
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
5
#include "core/date.h" /* Date::Month */
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
6
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
7
namespace Anime {
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
8
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
9
SeriesSeason GetSeasonForMonth(Date::Month month);
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
10
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
11
}
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
12
3ede7be4f449
anime_season: forgot these
Paper <paper@paper.us.eu.org>
parents:
diff
changeset
+
−
13
#endif // MINORI_CORE_ANIME_SEASON_H_