NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
tBT_UUID Struct Reference

Description

Definition at line 411 of file bt_types.h.

Public Attributes

UINT16 len
 
union { 
 
   UINT16   uuid16 
 
   UINT32   uuid32 
 
   UINT8   uuid128 [16] 
 
uu 
 

Member Data Documentation

◆ len

UINT16 tBT_UUID::len

Definition at line 417 of file bt_types.h.

◆ uuid16

UINT16 tBT_UUID::uuid16

Definition at line 421 of file bt_types.h.

◆ uuid32

UINT32 tBT_UUID::uuid32

Definition at line 422 of file bt_types.h.

◆ uuid128

UINT8 tBT_UUID::uuid128[16]

Definition at line 423 of file bt_types.h.