Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void InitCursor()
72
{
73
/// ASSERT: assert(! pCursCels);
74
pCursCels = LoadFileInMem(
"Data\\Inv\\Objcurs.CEL"
, NULL);
75
ClearCursor();
76
}
77
78
void FreeCursor()
79
{
Callers
1
start_game
Function · 0.85
Calls
2
LoadFileInMem
Function · 0.85
ClearCursor
Function · 0.85
Tested by
no test coverage detected