MCPcopy Create free account
hub / github.com/Meridian59/Meridian59 / SelectObject

Function SelectObject

roomedit/source/objects.cpp:86–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84*/
85
86void SelectObject (SelPtr *list, SHORT objnum)
87{
88 assert (objnum >= 0);
89
90 SelPtr cur;
91 cur = (SelPtr) GetMemory (sizeof(SelectionList));
92 cur->next = *list;
93 cur->objnum = objnum;
94 *list = cur;
95}
96
97
98

Callers 15

InventoryDrawSingleItemFunction · 0.85
StatsListDrawStatFunction · 0.85
DisplayNumericStatFunction · 0.85
DrawBitmapCloseFunction · 0.85
d3drender.cFile · 0.85
GraphCtlPaintFunction · 0.85
MenuBarMeasureItemFunction · 0.85
MenuBarDrawItemFunction · 0.85
OfflineExitFunction · 0.85
GetFontHeightFunction · 0.85
MapDrawFunction · 0.85
MapDrawMiniMapWallsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected