Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot 2025-02-25 16:39:56 +00:00
parent ad840e8796
commit fc365e945a

View file

@ -41,9 +41,9 @@
* This is also where an app can be configured to use the main callbacks, via * This is also where an app can be configured to use the main callbacks, via
* the SDL_MAIN_USE_CALLBACKS macro. * the SDL_MAIN_USE_CALLBACKS macro.
* *
* SDL_main.h is a "single-header library," which is to say that including this * SDL_main.h is a "single-header library," which is to say that including
* header inserts code into your program, and you should only include it once * this header inserts code into your program, and you should only include it
* in most cases. SDL.h does not include this header automatically. * once in most cases. SDL.h does not include this header automatically.
* *
* For more information, see: * For more information, see:
* *