Forráskód Böngészése

Sync wiki -> header

SDL Wiki Bot 3 éve
szülő
commit
319d2b3e05
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      include/SDL_main.h

+ 2 - 2
include/SDL_main.h

@@ -130,7 +130,7 @@ extern SDLMAIN_DECLSPEC int SDL_main(int argc, char *argv[]);
  * will not be changed it is necessary to define SDL_MAIN_HANDLED before
  * including SDL.h.
  *
- * \since This function is available since SDL 2.0.2.
+ * \since This function is available since SDL 2.0.0.
  *
  * \sa SDL_Init
  */
@@ -141,7 +141,7 @@ extern DECLSPEC void SDLCALL SDL_SetMainReady(void);
 /**
  * This can be called to set the application class at startup
  *
- * \since This function is available since SDL 2.0.0.
+ * \since This function is available since SDL 2.0.2.
  */
 extern DECLSPEC int SDLCALL SDL_RegisterApp(const char *name, Uint32 style, void *hInst);
 extern DECLSPEC void SDLCALL SDL_UnregisterApp(void);