MCPcopy Create free account
hub / github.com/diasurgical/devilution / InitCursor

Function InitCursor

Source/cursor.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69};
70
71void InitCursor()
72{
73 /// ASSERT: assert(! pCursCels);
74 pCursCels = LoadFileInMem("Data\\Inv\\Objcurs.CEL", NULL);
75 ClearCursor();
76}
77
78void FreeCursor()
79{

Callers 1

start_gameFunction · 0.85

Calls 2

LoadFileInMemFunction · 0.85
ClearCursorFunction · 0.85

Tested by

no test coverage detected