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