|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
Data Fields | |
| uint32_t | currentSize |
| ARC_StackNode * | node |
| uint32_t ARC_Stack::currentSize |
Definition at line 14 of file stack.c.
Referenced by ARC_Stack_Create(), ARC_Stack_Destroy(), ARC_Stack_Pop(), ARC_Stack_Push(), and ARC_Stack_Size().
| ARC_StackNode* ARC_Stack::node |
Definition at line 15 of file stack.c.
Referenced by ARC_Stack_Destroy(), ARC_Stack_Pop(), and ARC_Stack_Push().