| 164 | } |
| 165 | |
| 166 | void cGraphics_Amiga2::Load_Service_Data() { |
| 167 | |
| 168 | mImageService = Decode_Image("morphbig", 64, 0, 0); |
| 169 | mImageService.mDimension.mHeight = 0x150; |
| 170 | mImageService.mPlanes = 5; |
| 171 | |
| 172 | mSpriteSheet_RankFont = GetImage("rankfont", 0); |
| 173 | } |
| 174 | |
| 175 | void cGraphics_Amiga2::Load_And_Draw_Image(const std::string &pFilename, unsigned int pColors, size_t pBackColor) { |
| 176 | std::string Filename = pFilename; |
nothing calls this directly
no outgoing calls
no test coverage detected