annotate include/gui/translate/anime.h @ 12:cf6a73a5ba1c

cmake: fix for mingw
author Paper <mrpapersonic@gmail.com>
date Mon, 18 Sep 2023 23:40:11 -0400
parents 4b198a111713
children cde8f67a7c7d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
1 #include "core/anime.h"
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
2
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
3 namespace Translate {
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
4
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
5 std::string TranslateListStatus(const Anime::ListStatus status);
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
6 std::string TranslateSeriesFormat(const Anime::SeriesFormat format);
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
7 std::string TranslateSeriesSeason(const Anime::SeriesSeason season);
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
8 std::string TranslateSeriesStatus(const Anime::SeriesStatus status);
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
9
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
10 } // namespace Translate