|
⇤ ← Revision 1 as of 2011-03-13 00:44:35
Size: 801
Comment: create page - 3/10 55a687c55676 (2/20 d5fe4ed3a28d)
|
Size: 733
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
