| 186 | unsigned int GameTime::getMinutes() const { return getPtime(this->ticks).time_of_day().minutes(); } |
| 187 | |
| 188 | unsigned int GameTime::getSeconds() const { return getPtime(this->ticks).time_of_day().seconds(); } |
| 189 | |
| 190 | unsigned int GameTime::getTicksBetween(unsigned int fromDays, unsigned int fromHours, |
| 191 | unsigned int fromMinutes, unsigned int fromSeconds, |
no test coverage detected