Spellforce-Spell-framework
|
#include <sf_ai_functions.h>
Data Fields | |
uint32_t * | first |
uint32_t * | data |
uint32_t * | post_last |
Definition at line 30 of file sf_ai_functions.h.
uint32_t* uint_list_node::data |
Pointer to the data element within the list.
Definition at line 33 of file sf_ai_functions.h.
uint32_t* uint_list_node::first |
Pointer to the first element in the list.
Definition at line 32 of file sf_ai_functions.h.
uint32_t* uint_list_node::post_last |
Pointer to the element following the last in the list.
Definition at line 34 of file sf_ai_functions.h.