| 834 | } MAPHeader; |
| 835 | |
| 836 | typedef struct MAPSectionDefRecord { |
| 837 | uint8_t bUnknown; |
| 838 | uint8_t bMagic; |
| 839 | uint8_t bNextSection; |
| 840 | } MAPSectionDefRecord; |
| 841 | |
| 842 | typedef struct MAPSectionDef { |
| 843 | uint8_t bIndex; |
nothing calls this directly
no outgoing calls
no test coverage detected