|
Spellforce-Spell-framework
|
#include <sf_general_structures.h>
Public Attributes | |
| uint32_t * | first |
| uint32_t * | data |
| uint32_t * | post_last |
Definition at line 928 of file sf_general_structures.h.
| uint32_t* uint_list_node::data |
Pointer to the data element within the list.
Definition at line 931 of file sf_general_structures.h.
| uint32_t* uint_list_node::first |
Pointer to the first element in the list.
Definition at line 930 of file sf_general_structures.h.
| uint32_t* uint_list_node::post_last |
Pointer to the element following the last in the list.
Definition at line 932 of file sf_general_structures.h.