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

Method GetHeader

Source/Graphics.hpp:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 sILBM_BMHD* GetHeader() {
65
66 if (!mBMHD.mWidth || !mBMHD.mHeight) {
67 mBMHD.mWidth = mDimension.mWidth;
68 mBMHD.mHeight = mDimension.mHeight;
69 mBMHD.mPlanes = mPlanes;
70 }
71 return &mBMHD;
72 }
73
74 /*
75 * Load a Palette from a location in the loaded data

Callers 7

Load_And_Draw_ImageMethod · 0.80
Recruit_Draw_HillMethod · 0.80
GetSpriteDataMethod · 0.80
Load_Hill_DataMethod · 0.80
Load_And_Draw_ImageMethod · 0.80
Recruit_Draw_HillMethod · 0.80
Service_DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected