| 688 | // |
| 689 | //***************************************************************************** |
| 690 | void IGraphicsContext::GetScreenSize(u32 * p_width, u32 * p_height) const |
| 691 | { |
| 692 | *p_width = SCR_WIDTH; |
| 693 | *p_height = SCR_HEIGHT; |
| 694 | } |
| 695 | |
| 696 | //***************************************************************************** |
| 697 | // |
no outgoing calls
no test coverage detected