| 824 | |
| 825 | namespace Music { |
| 826 | typedef struct MAPHeader { |
| 827 | char szID[4]; |
| 828 | uint8_t bUnknown1; |
| 829 | uint8_t bFirstSection; |
| 830 | uint8_t bNumSections; |
| 831 | uint8_t bRecordSize; // ??? |
| 832 | uint8_t Unknown2[3]; |
| 833 | uint8_t bNumRecords; |
| 834 | } MAPHeader; |
| 835 | |
| 836 | typedef struct MAPSectionDefRecord { |
| 837 | uint8_t bUnknown; |
nothing calls this directly
no outgoing calls
no test coverage detected