| 148 | } |
| 149 | |
| 150 | sImage cGraphics_Amiga2::Decode_Image(const std::string& pFilename, const size_t pCount, const size_t pPaletteOffset, const size_t pStartIndex) { |
| 151 | sImage Image; |
| 152 | |
| 153 | Image = GetImage(pFilename, 0); |
| 154 | Image.CopyPalette(mPalette, pCount, pStartIndex); |
| 155 | |
| 156 | return Image; |
| 157 | } |
| 158 | void cGraphics_Amiga2::Load_pStuff() { |
| 159 | |
| 160 | mImagePStuff = GetImage("PSTUFF", 0x00); |
nothing calls this directly
no test coverage detected