|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
Data Fields | |
| ARC_StackNode * | next |
| void * | data |
| void* ARC_StackNode::data |
Definition at line 10 of file stack.c.
Referenced by ARC_Stack_Pop(), and ARC_Stack_Push().
| ARC_StackNode* ARC_StackNode::next |
Definition at line 9 of file stack.c.
Referenced by ARC_Stack_Pop(), and ARC_Stack_Push().