| 1034 | } |
| 1035 | |
| 1036 | void F2DDrawer::ClearScreen(PalEntry color) |
| 1037 | { |
| 1038 | AddColorOnlyQuad(0, 0, GetWidth(), GetHeight(), color); |
| 1039 | } |
| 1040 | |
| 1041 | //========================================================================== |
| 1042 | // |
no test coverage detected