Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-07-21 04:57:28
Size: 735
Editor: SheenaSmith
Comment: update content (w/ Sam)
Revision 3 as of 2010-07-21 04:58:14
Size: 732
Editor: SheenaSmith
Comment: minor change
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
Returns an arbitrary string (a hash value),uniquely identifying the exact revision of the SDL Library in use. Returns an arbitrary string (a hash value), uniquely identifying the exact revision of the SDL library in use.
Line 24: Line 24:
This value is only useful in comparing against other revisions.

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

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 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

None: SDL_GetRevision (last edited 2011-02-18 18:04:17 by SheenaSmith)

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