Explorar el Código

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot hace 9 meses
padre
commit
3a4de2ad89
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      include/SDL3/SDL_version.h

+ 4 - 3
include/SDL3/SDL_version.h

@@ -148,13 +148,14 @@ extern "C" {
 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
  * 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
  * against other revisions. It is NOT an incrementing number.
  *