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

Method Load_Service_Data

Source/Amiga/Graphics_Amiga2.cpp:166–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void 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
175void cGraphics_Amiga2::Load_And_Draw_Image(const std::string &pFilename, unsigned int pColors, size_t pBackColor) {
176 std::string Filename = pFilename;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected