GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A double linked list header. More...
#include <gp_list.h>
Data Fields | |
struct gp_dlist_head * | next |
Pointer to next list element. | |
struct gp_dlist_head * | prev |
Pointer to previous list element. | |
A double linked list header.
This is embedded in the structures that are going to be inserted into a list.