Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ doom_close
Function
doom_close
Source/doom.cpp:70–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void doom_close()
71
{
72
if (doomflag) {
73
doomflag = FALSE;
74
doom_cleanup();
75
}
76
}
77
78
void doom_draw()
79
{
Callers
5
PressEscKey
Function · 0.85
LeftMouseDown
Function · 0.85
RightMouseDown
Function · 0.85
PressKey
Function · 0.85
PressChar
Function · 0.85
Calls
1
doom_cleanup
Function · 0.85
Tested by
no test coverage detected