|
SDL Visual Test
|
#include <SDL_visualtest_action_configparser.h>
Data Fields | |
| SDLVisualTest_ActionNode * | front |
| SDLVisualTest_ActionNode * | rear |
| int | size |
Queue structure for actions loaded from the actions config file.
| SDLVisualTest_ActionNode* front |
Pointer to the front of the queue
| SDLVisualTest_ActionNode* rear |
Pointer to the rear of the queue
| int size |
Number of nodes in the queue
1.8.4