KLinkedList

From 3dbrew
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Size : 0xC bytes

Offset Type Description
0x0 u32 KLinkedListNode count
0x4 KLinkedListNodePair KLinkedListNode* Pointer to first KLinkedListNode in the list of objects
KLinkedListNode* Pointer to last KLinkedListNode in the list of objects