KLinkedListNode

From 3dbrew
Revision as of 19:25, 26 January 2015 by Bond697 (talk | contribs) (Filled in KLinkedListNode data)
Jump to navigation Jump to search


Size : 0xC bytes

Offset Type Description
0x0 KLinkedListNode* Next
0x4 KLinkedListNode* Previous
0x8 void* Pointer to the node's data.