#pragma section-numbers off #pragma camelcase off = SDL_LogResetPriorities = Use this function to reset all priorities to default. <> == Syntax == {{{#!highlight cpp void SDL_LogResetPriorities(void) }}} == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == This is called in [[SDL_Quit]](). == Related Functions == .[[SDL_LogSetAllPriority]] .[[SDL_LogSetPriority]] ---- [[CategoryAPI]], [[CategoryLog]]