MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / newui_LoadBitmap

Function newui_LoadBitmap

Descent3/newui_core.cpp:557–557  ·  view source on GitHub ↗

C interface to load and free bitmap resources

Source from the content-addressed store, hash-verified

555
556// C interface to load and free bitmap resources
557UIBitmapItem *newui_LoadBitmap(const char *filename) { return Newui_resources.Load(filename); }
558
559// C interface to load and free bitmap resources
560void newui_FreeBitmap(UIBitmapItem *bmitem) { Newui_resources.Free(bmitem); }

Callers 2

newuiCore_PageInBitmapsFunction · 0.85
CreateMethod · 0.85

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected