|
Size: 735
Comment: update content (w/ Sam)
|
Size: 697
Comment: update content (w/ Sam); remove 'draft' note
|
| 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 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 23: |
| This value is only useful in comparing against other revisions. It is NOT an incrementing number. |
This value is only useful in comparing against other revisions, it is NOT an incrementing number. |
| Line 29: | Line 26: |
| .[[SDL_GetVersion]] |
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.
