MCPcopy Create free account
hub / github.com/Norbyte/ositools / ComponentLayout

Class ComponentLayout

OsiInterface/DivInterface.h:452–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 };
451
452 struct ComponentLayout
453 {
454 struct LayoutEntry
455 {
456 uint64_t unkn1;
457 ComponentHandle Handle;
458 };
459
460 Array<LayoutEntry> Entries;
461 };
462
463 struct SystemTypeEntry
464 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected