#pragma section-numbers off #pragma camelcase off = SDL_DestroyCond = Use this function to destroy a condition variable. <> == Syntax == {{{#!highlight cpp void SDL_DestroyCond(SDL_cond* cond) }}} == Function Parameters == ||'''cond'''||the condition variable to destroy|| == Code Examples == <> == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_CondBroadcast]] .[[SDL_CondSignal]] .[[SDL_CondWait]] .[[SDL_CondWaitTimeout]] .[[SDL_CreateCond]] ---- [[CategoryAPI]], [[CategoryMutex]]