| 390 | } |
| 391 | |
| 392 | void Player::Draw() { |
| 393 | Graphics::Update(); |
| 394 | Graphics::Draw(*DisplayUi->GetDisplaySurface()); |
| 395 | DisplayUi->UpdateDisplay(); |
| 396 | } |
| 397 | |
| 398 | void Player::IncFrame() { |
| 399 | ++frames; |
nothing calls this directly
no test coverage detected