| 110 | } |
| 111 | |
| 112 | void CopyPalette( cPalette* pDestination, const size_t pCount, const size_t pStartColorID = 0) { |
| 113 | |
| 114 | memcpy(pDestination, &mPalette[pStartColorID], sizeof(cPalette) * pCount); |
| 115 | } |
| 116 | }; |
| 117 | |
| 118 | class cGraphics { |
no outgoing calls
no test coverage detected