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

Method Write_b7

src/SB/Core/x/xserializer.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135S32 xSerial::Write_b7(U32 bits)
136{
137 return Write((char*)&bits, 4, -7);
138}
139
140S32 xSerial::Write(U8 data)
141{

Callers 1

zEntPickup_SaveFunction · 0.80

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected