MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / DescentDefer

Function DescentDefer

Descent3/multi_dll_mgr.cpp:772–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770 Database->write(label, val);
771}
772void DescentDefer(void) { Descent->defer(); }
773void *NewUIGameWindowCreate(int x, int y, int w, int h, int flags) {
774 NewUIGameWindow *newgamewin;
775 newgamewin = new NewUIGameWindow;

Callers

nothing calls this directly

Calls 1

deferMethod · 0.45

Tested by

no test coverage detected