#pragma section-numbers off #pragma disable-camelcase = SDL_AtomicIncRef = Use this function to increment an atomic variable used as a reference count. <> == Syntax == {{{#!highlight cpp void SDL_AtomicIncRef(SDL_atomic_t* a) }}} == Function Parameters == ||'''a'''||a pointer to an [[SDL_atomic_t]] variable to be modified|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_AtomicAdd]] .[[SDL_AtomicDecRef]] ---- [[CategoryAPI]], [[CategoryAtomic]]