Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ state_byte_size
Function
state_byte_size
src/SB/Game/zDiscoFloor.cpp:307–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
}
306
307
size_t state_byte_size(size_t mask_size)
308
{
309
return (((mask_size << 1) + 7) >> 3);
310
}
311
312
void update_state(z_disco_floor& df, F32 dt)
313
{
Callers
4
update_transition
Function · 0.85
update_state
Function · 0.85
load
Method · 0.85
set_state
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected