![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <sc.h>
Collaboration diagram for SCBtDeviceInfoArray:Public Attributes | ||
| u8 | num | |
| union { | ||
| struct { | ||
| SCBtDeviceInfo regist [SC_MAX_DEV_ENTRY_FOR_STD] | ||
| SCBtDeviceInfo active [SC_MAX_DEV_ENTRY_FOR_SMP] | ||
| } | ||
| }; | ||
| SCBtDeviceInfoSingle | info [16] | |
| union { ... } SCBtDeviceInfoArray |
| SCBtDeviceInfo SCBtDeviceInfoArray::active[SC_MAX_DEV_ENTRY_FOR_SMP] |
| SCBtDeviceInfoSingle SCBtDeviceInfoArray::info[16] |
| u8 SCBtDeviceInfoArray::num |
| SCBtDeviceInfo SCBtDeviceInfoArray::regist[SC_MAX_DEV_ENTRY] |