Mercurial > minori
comparison src/core/anime.cc @ 305:91ac90a34003
core/time: remove Duration class, use regular functions instead
this class was pretty useless anyway
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 19 May 2024 15:56:20 -0400 |
parents | 53e3c015a973 |
children | b1f4d1867ab1 |
comparison
equal
deleted
inserted
replaced
304:2115488eb302 | 305:91ac90a34003 |
---|---|
10 | 10 |
11 #include <algorithm> | 11 #include <algorithm> |
12 #include <string> | 12 #include <string> |
13 #include <vector> | 13 #include <vector> |
14 #include <cassert> | 14 #include <cassert> |
15 | |
16 #include <iostream> | |
15 | 17 |
16 namespace Anime { | 18 namespace Anime { |
17 | 19 |
18 /* User list data */ | 20 /* User list data */ |
19 bool Anime::IsInUserList() const { | 21 bool Anime::IsInUserList() const { |