SDL  2.0
SDL_ListNode Struct Reference
+ Collaboration diagram for SDL_ListNode:

Data Fields

voidentry
 
struct SDL_ListNodenext
 

Detailed Description

Definition at line 1027 of file SDL_pixels.c.

Field Documentation

◆ entry

void* SDL_ListNode::entry

Definition at line 1029 of file SDL_pixels.c.

Referenced by SDL_ListAdd().

◆ next

struct SDL_ListNode* SDL_ListNode::next

Definition at line 1030 of file SDL_pixels.c.

Referenced by SDL_ListAdd().


The documentation for this struct was generated from the following file: