Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2025-05-31 21:11:00 +00:00
parent 47717f22fd
commit 3a4de2ad89

View File

@@ -148,13 +148,14 @@ extern "C" {
extern SDL_DECLSPEC int SDLCALL SDL_GetVersion(void); extern SDL_DECLSPEC int SDLCALL SDL_GetVersion(void);
/** /**
* Get the code revision of SDL that is linked against your program. * Get the code revision of the SDL library that is linked against your
* program.
* *
* This value is the revision of the code you are linked with and may be * This value is the revision of the code you are linking against and may be
* different from the code you are compiling with, which is found in the * different from the code you are compiling with, which is found in the
* constant SDL_REVISION. * constant SDL_REVISION.
* *
* The revision is arbitrary string (a hash value) uniquely identifying the * The revision is an arbitrary string (a hash value) uniquely identifying the
* exact revision of the SDL library in use, and is only useful in comparing * exact revision of the SDL library in use, and is only useful in comparing
* against other revisions. It is NOT an incrementing number. * against other revisions. It is NOT an incrementing number.
* *