Explorar el Código

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot hace 1 año
padre
commit
370521363a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      include/SDL3/SDL_version.h

+ 2 - 0
include/SDL3/SDL_version.h

@@ -115,6 +115,8 @@ extern "C" {
  * This is the version number macro for the current SDL version.
  * This is the version number macro for the current SDL version.
  *
  *
  * \since This macro is available since SDL 3.1.3.
  * \since This macro is available since SDL 3.1.3.
+ *
+ * \sa SDL_GetVersion
  */
  */
 #define SDL_VERSION \
 #define SDL_VERSION \
     SDL_VERSIONNUM(SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_MICRO_VERSION)
     SDL_VERSIONNUM(SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_MICRO_VERSION)