| 109 | } |
| 110 | |
| 111 | void Bitmap::BlitGraphic(const grpHead *pGrp, int frame, int x, int y) |
| 112 | { |
| 113 | if ( 0 <= frame && pGrp && frame < pGrp->wFrames && this->isValid() ) |
| 114 | this->BlitGrpFrame(&pGrp->frames[frame], x, y); |
| 115 | } |
| 116 | |
| 117 | BYTE gbColorTable[] = { |
| 118 | 0, 0, 0, 1, 2, 3, 4, 5, 8, 0, 0, 0, 0, 0, 9, 10, |
nothing calls this directly
no test coverage detected