| 184 | unsigned int GameTime::getHours() const { return getPtime(this->ticks).time_of_day().hours(); } |
| 185 | |
| 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 |
no test coverage detected