DRAFT |
SDL_DestroyCond
Use this function to destroy a condition variable.
Syntax
void SDL_DestroyCond(SDL_cond* cond)
Function Parameters
cond |
a pointer to the SDL_cond structure / condition variable to be destroyed |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
