Mercurial > minori
comparison src/core/anime.cc @ 280:9b6e12c14a1e
chore: merge
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Mon, 06 May 2024 17:23:30 -0400 |
| parents | 657fda1b9cac 22f9aacf6ac1 |
| children | e66ffc338d82 |
comparison
equal
deleted
inserted
replaced
| 279:657fda1b9cac | 280:9b6e12c14a1e |
|---|---|
| 9 #include "core/strings.h" | 9 #include "core/strings.h" |
| 10 | 10 |
| 11 #include <algorithm> | 11 #include <algorithm> |
| 12 #include <string> | 12 #include <string> |
| 13 #include <vector> | 13 #include <vector> |
| 14 #include <cassert> | |
| 14 | 15 |
| 15 namespace Anime { | 16 namespace Anime { |
| 16 | 17 |
| 17 /* User list data */ | 18 /* User list data */ |
| 18 bool Anime::IsInUserList() const { | 19 bool Anime::IsInUserList() const { |
