Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Panzerschrek/Chasm-Reverse
/ FrameHeader
Class
FrameHeader
PanzerChasm/obj.cpp:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
{
10
11
struct FrameHeader
12
{
13
unsigned short size[2];
14
unsigned short x_center;
15
};
16
17
SIZE_ASSERT( FrameHeader, 6 );
18
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected