NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Public Attributes | ||
u8 | numRegist | |
union { | ||
struct { | ||
SCBtDeviceInfo regist [10] | ||
SCBtDeviceInfo active [6] | ||
} | ||
SCBtDeviceInfo devices [(10+6)] | ||
}; | ||
SCBtDeviceInfo SCBtDeviceInfoArray::regist[10] |
SCBtDeviceInfo SCBtDeviceInfoArray::active[6] |
SCBtDeviceInfo SCBtDeviceInfoArray::devices[(10+6)] |