MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xFileSetUserData

Function xFileSetUserData

src/SB/Core/x/xFile.h:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23inline void xFileSetUserData(tag_xFile* file, void* userdata)
24{
25 file->user_data = userdata;
26}
27
28inline XFILE_READSECTOR_STATUS xFileReadAsyncStatus(S32 key, S32* amtToFar)
29{

Callers 1

BFD_AsyncReadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected