| 375 | } |
| 376 | |
| 377 | void cGraphics_Amiga::Load_Service_Data() { |
| 378 | |
| 379 | mImageService = Decode_Image("morphbig", 64); |
| 380 | |
| 381 | mSpriteSheet_RankFont = DecodeIFF("rankfont.lbm"); |
| 382 | } |
| 383 | |
| 384 | void cGraphics_Amiga::Load_And_Draw_Image(const std::string& pFilename, unsigned int pColors, size_t pBackColor) { |
| 385 | std::string Filename = pFilename; |
nothing calls this directly
no outgoing calls
no test coverage detected