|
Size: 733
Comment: update content - w/ Sam
|
← Revision 3 as of 2011-04-21 17:46:06 ⇥
Size: 642
Comment: update content - w/ Sam; remove draft
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 16: | Line 15: |
| 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. | Returns a number uniquely identifying the exact revision of the SDL library in use. |
| Line 24: | Line 23: |
| ''You can add useful comments here'' | This is an incrementing number based on commits to hg.libsdl.org. |
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.
Code Examples
You can add your code example here
Remarks
This is an incrementing number based on commits to hg.libsdl.org.
