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