Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
WNDPROC SetWindowProc(WNDPROC NewProc)
137
{
138
WNDPROC OldProc;
139
140
OldProc = CurrentProc;
141
CurrentProc = NewProc;
142
return OldProc;
143
}
144
145
DEVILUTION_END_NAMESPACE
Callers
4
ShowProgress
Function · 0.85
run_game_loop
Function · 0.85
gamemenu_load_game
Function · 0.85
gamemenu_save_game
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected