MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Load_Service_Data

Method Load_Service_Data

Source/Amiga/Graphics_Amiga.cpp:377–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected