| 395 | // ScreenGraphics |
| 396 | |
| 397 | ScreenGraphics::ScreenGraphics() |
| 398 | : Graphics(she::instance()->defaultDisplay()->getSurface(), 0, 0) |
| 399 | { |
| 400 | setFont(CurrentTheme::get()->getDefaultFont()); |
| 401 | } |
| 402 | |
| 403 | ScreenGraphics::~ScreenGraphics() |
| 404 | { |
nothing calls this directly
no test coverage detected