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

Description

Definition at line 937 of file avrc_defs.h.

Public Attributes

UINT8 item_type
 
union { 
 
   tAVRC_ITEM_PLAYER   player 
 
   tAVRC_ITEM_FOLDER   folder 
 
   tAVRC_ITEM_MEDIA   media 
 
u 
 

Member Data Documentation

◆ item_type

UINT8 tAVRC_ITEM::item_type

Definition at line 939 of file avrc_defs.h.

◆ player

tAVRC_ITEM_PLAYER tAVRC_ITEM::player

Definition at line 942 of file avrc_defs.h.

◆ folder

tAVRC_ITEM_FOLDER tAVRC_ITEM::folder

Definition at line 943 of file avrc_defs.h.

◆ media

tAVRC_ITEM_MEDIA tAVRC_ITEM::media

Definition at line 944 of file avrc_defs.h.