DRAFT |
SDL_GetRevisionNumber
Use this function to get the revision number of SDL that is linked against your program.
Syntax
int SDL_GetRevisionNumber(void)
Return Value
Returns a number uniquely identifying the exact revision of the SDL library in use. It is an incrementing number based on commits to hg.libsdl.org.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
