|
⇤ ← Revision 1 as of 2010-04-13 00:07:32
Size: 798
Comment: create page, add content (Wed Mar 10 ver)
|
Size: 735
Comment: update content (w/ Sam)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| ^Returns^ ,,This is ,,an arbitrary string (a hash value, ,,actually,,), and is only useful in comparing against other revisions. It is NOT an incrementing number. <<Color2(green,Should this be listed in the Remarks instead or also?)>> |
Returns an arbitrary string (a hash value),uniquely identifying the exact revision of the SDL Library in use. |
| Line 26: | Line 24: |
| ''You can add useful comments here'' | 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.
