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

Function SetWindowProc

Source/init.cpp:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136WNDPROC SetWindowProc(WNDPROC NewProc)
137{
138 WNDPROC OldProc;
139
140 OldProc = CurrentProc;
141 CurrentProc = NewProc;
142 return OldProc;
143}
144
145DEVILUTION_END_NAMESPACE

Callers 4

ShowProgressFunction · 0.85
run_game_loopFunction · 0.85
gamemenu_load_gameFunction · 0.85
gamemenu_save_gameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected