Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zDispatcher_Save
Function
zDispatcher_Save
src/SB/Game/zDispatcher.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
void zDispatcher_InitDep(st_ZDISPATCH_DATA* dspdata, zScene* scene)
96
{
97
ZDSP_instInitDep(dspdata, scene);
98
}
99
100
void zDispatcher_Save(st_ZDISPATCH_DATA* dspdata, xSerial* s)
101
{
102
xBaseSave(dspdata, s);
Callers
1
zSceneSave
Function · 0.85
Calls
1
xBaseSave
Function · 0.85
Tested by
no test coverage detected