Mercurial > minori
diff include/core/anime.h @ 189:649786bae914
*: etc. code cleanup
I've removed most macros and stuff
dep/animia: [UNTESTED] use raw C++ instead of Objective-C++
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 06 Dec 2023 19:42:33 -0500 |
parents | 62e336597bb7 |
children | c130f47f6f48 |
line wrap: on
line diff
--- a/include/core/anime.h Wed Dec 06 13:44:36 2023 -0500 +++ b/include/core/anime.h Wed Dec 06 19:42:33 2023 -0500 @@ -70,6 +70,9 @@ POINT_3 // 1-3, should be represented in smileys }; +constexpr std::array<ScoreFormat, 5> ScoreFormats{ScoreFormat::POINT_100, ScoreFormat::POINT_10_DECIMAL, ScoreFormat::POINT_10, + ScoreFormat::POINT_5, ScoreFormat::POINT_3}; + struct ListInformation { int id = 0; int progress = 0;