Mercurial > minori
annotate include/gui/translate/anilist.h @ 289:3dbf01233fec
autoconf: add a check for some weird Qt PIC requirements
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Wed, 08 May 2024 17:27:13 -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_ |
