Wiki Page Content

Revision 4 as of 2010-07-21 04:59:40

Clear message

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 an arbitrary string (a hash value), uniquely identifying the exact revision of the SDL library in use.

Code Examples

You can add your code example here

Remarks

This value is only useful in comparing against other revisions, it is NOT an incrementing number.


CategoryAPI, CategoryVersion

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit