#pragma section-numbers off #pragma camelcase off = SDL_GetRevisionNumber = Use this function to get the revision number of SDL that is linked against your program. <> == Syntax == {{{#!highlight cpp int SDL_GetRevisionNumber(void) }}} == Return Value == Returns a number uniquely identifying the exact revision of the SDL library in use. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == This is an incrementing number based on commits to hg.libsdl.org. == Related Functions == .[[SDL_GetRevision]] ---- [[CategoryAPI]], [[CategoryVersion]]