Wiki Page Content

Revision 1 as of 2010-04-13 00:07:32

Clear message

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


CategoryAPI, CategoryVersion

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