| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected