Mercurial > minori
annotate include/gui/translate/anilist.h @ 291:9a88e1725fd2
*: refactor lots of stuff
I forgot to put this into different commits, oops!
anyway, it doesn't really matter *that* much since this is an
unfinished hobby project anyway. once it starts getting stable
commit history will be more important, but for now it's not
that big of a deal
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 12 May 2024 16:31:07 -0400 |
parents | 657fda1b9cac |
children | b1f625b0227c |
rev | line source |
---|---|
261
3ec7804abf17
include: make header guards more sane
Paper <paper@paper.us.eu.org>
parents:
63
diff
changeset
|
1 #ifndef MINORI_GUI_TRANSLATE_ANILIST_H_ |
3ec7804abf17
include: make header guards more sane
Paper <paper@paper.us.eu.org>
parents:
63
diff
changeset
|
2 #define MINORI_GUI_TRANSLATE_ANILIST_H_ |
3ec7804abf17
include: make header guards more sane
Paper <paper@paper.us.eu.org>
parents:
63
diff
changeset
|
3 |
15 | 4 #include "core/anime.h" |
5 | |
63 | 6 namespace Translate { |
7 namespace AniList { | |
15 | 8 |
279 | 9 Anime::SeriesStatus ToSeriesStatus(const std::string& status); |
10 Anime::SeriesSeason ToSeriesSeason(const std::string& season); | |
11 Anime::SeriesFormat ToSeriesFormat(const std::string& format); | |
15 | 12 |
63 | 13 } // namespace AniList |
14 } // namespace Translate | |
15 | 15 |
261
3ec7804abf17
include: make header guards more sane
Paper <paper@paper.us.eu.org>
parents:
63
diff
changeset
|
16 #endif // MINORI_GUI_TRANSLATE_ANILIST_H_ |