DRAFT |
SDL_GetRevision
Use this function to get the code revision of SDL that is linked against your program.
Syntax
const char* SDL_GetRevision(void)
Return Value
Returns This is an arbitrary string (a hash value, actually), and is only useful in comparing against other revisions. It is NOT an incrementing number.
green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
