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