| 599 | } |
| 600 | |
| 601 | void DrawPlayerOnWireframe() { |
| 602 | if (theApp.wireframe_view) |
| 603 | theApp.wireframe_view->DrawPlayerOnTerrain(); |
| 604 | } |
| 605 | |
| 606 | void CWireframeGrWnd::GetMagCoords(int *x1, int *y1, int *x2, int *y2) { |
| 607 | *x1 = m_x1; |
no test coverage detected