Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-03-13 00:44:35
Size: 801
Editor: SheenaSmith
Comment: create page - 3/10 55a687c55676 (2/20 d5fe4ed3a28d)
Revision 2 as of 2011-04-21 17:42:56
Size: 733
Editor: SheenaSmith
Comment: update content - w/ Sam
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
Returns 0 on success, or a negative error code on failure; call [[SDL_GetError]]() for more information. 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.
Line 24: Line 24:
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. ''You can add useful comments here''

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


CategoryAPI, CategoryVersion

None: SDL_GetRevisionNumber (last edited 2011-04-21 17:46:06 by SheenaSmith)

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