MCPcopy 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
70void doom_close()
71{
72 if (doomflag) {
73 doomflag = FALSE;
74 doom_cleanup();
75 }
76}
77
78void doom_draw()
79{

Callers 5

PressEscKeyFunction · 0.85
LeftMouseDownFunction · 0.85
RightMouseDownFunction · 0.85
PressKeyFunction · 0.85
PressCharFunction · 0.85

Calls 1

doom_cleanupFunction · 0.85

Tested by

no test coverage detected