comparison include/core/anime_db.h @ 83:d02fdf1d6708

*: huuuge update 1. make the now playing page function correctly 2. de-constructorfy many of our custom widgets, allowing them to be changed on-the-fly from the Now Playing page 3. ... :)
author Paper <mrpapersonic@gmail.com>
date Tue, 24 Oct 2023 22:01:02 -0400
parents 3364fadc8a36
children c69230dc2b5d
comparison
equal deleted inserted replaced
82:8b65c417c225 83:d02fdf1d6708
14 int GetTotalWatchedAmount(); 14 int GetTotalWatchedAmount();
15 int GetTotalPlannedAmount(); 15 int GetTotalPlannedAmount();
16 double GetAverageScore(); 16 double GetAverageScore();
17 double GetScoreDeviation(); 17 double GetScoreDeviation();
18 int GetListsAnimeAmount(ListStatus status); 18 int GetListsAnimeAmount(ListStatus status);
19 int GetAnimeFromTitle(std::string title); 19 int GetAnimeFromTitle(const std::string& title);
20 }; 20 };
21 21
22 extern Database db; 22 extern Database db;
23 23
24 } // namespace Anime 24 } // namespace Anime