|
SANDAL2
A SDL2 Wrapper in C
|
List (display code) of list (plan) of element. More...
#include <Element.h>

Public Attributes | |
| ListPtrElement * | first |
| ListPtrElement * | current |
| struct ListDCElement * | next |
| int | code |
List (display code) of list (plan) of element.
| int ListDCElement::code |
display code of this list
| ListPtrElement* ListDCElement::current |
current list (plan) of element (used for iterator)
| ListPtrElement* ListDCElement::first |
first list (plan) of element
| struct ListDCElement* ListDCElement::next |
next list (display code) of list (plan) of element
1.8.13