Mercurial > minori
comparison include/gui/translate/anilist.h @ 63:3d2decf093bb
*: fix many clang warnings
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 01 Oct 2023 06:39:47 -0400 |
parents | cde8f67a7c7d |
children | 3ec7804abf17 |
comparison
equal
deleted
inserted
replaced
62:4c6dd5999b39 | 63:3d2decf093bb |
---|---|
1 #ifndef __gui__translate__anilist_h | 1 #ifndef __gui__translate__anilist_h |
2 #define __gui__translate__anilist_h | 2 #define __gui__translate__anilist_h |
3 #include "core/anime.h" | 3 #include "core/anime.h" |
4 | 4 |
5 namespace Translate::AniList { | 5 namespace Translate { |
6 namespace AniList { | |
6 | 7 |
7 Anime::SeriesStatus ToSeriesStatus(std::string status); | 8 Anime::SeriesStatus ToSeriesStatus(std::string status); |
8 Anime::SeriesSeason ToSeriesSeason(std::string season); | 9 Anime::SeriesSeason ToSeriesSeason(std::string season); |
9 Anime::SeriesFormat ToSeriesFormat(std::string format); | 10 Anime::SeriesFormat ToSeriesFormat(std::string format); |
10 | 11 |
11 } | 12 } // namespace AniList |
13 } // namespace Translate | |
12 | 14 |
13 #endif // __gui__translate__anilist_h | 15 #endif // __gui__translate__anilist_h |