Archeus 0.0.0
A C library and game engine that focuses on documentation
Loading...
Searching...
No Matches
ARC_QueueNode Struct Reference

Data Fields

ARC_QueueNodenext
 
void * data
 

Detailed Description

Definition at line 8 of file queue.c.

Field Documentation

◆ data

void* ARC_QueueNode::data

Definition at line 10 of file queue.c.

Referenced by ARC_Queue_Pop(), and ARC_Queue_Push().

◆ next

ARC_QueueNode* ARC_QueueNode::next

Definition at line 9 of file queue.c.

Referenced by ARC_Queue_Pop(), and ARC_Queue_Push().


The documentation for this struct was generated from the following file: