|
Size: 603
Comment: update content - pointers, structs
|
Size: 608
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ||'''cond'''||^the SDL_cond to be destroyed^|| | ||'''cond'''||^the condition variable to destroy^|| |
DRAFT |
SDL_DestroyCond
Use this function to destroy a condition variable.
Syntax
void SDL_DestroyCond(SDL_cond* cond)
Function Parameters
cond |
the condition variable to destroy |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
