mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 11:57:24 +08:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -268,6 +268,7 @@ _m_prefetch(void *__P)
|
|||||||
#endif /* compiler version */
|
#endif /* compiler version */
|
||||||
|
|
||||||
#ifdef SDL_WIKI_DOCUMENTATION_SECTION
|
#ifdef SDL_WIKI_DOCUMENTATION_SECTION
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A macro to decide if the compiler supports `__attribute__((target))`.
|
* A macro to decide if the compiler supports `__attribute__((target))`.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -110,7 +110,8 @@
|
|||||||
* Even if available, an app can define SDL_MAIN_HANDLED and provide their
|
* Even if available, an app can define SDL_MAIN_HANDLED and provide their
|
||||||
* own, if they know what they're doing.
|
* own, if they know what they're doing.
|
||||||
*
|
*
|
||||||
* This macro is used internally by SDL, and apps probably shouldn't rely on it.
|
* This macro is used internally by SDL, and apps probably shouldn't rely on
|
||||||
|
* it.
|
||||||
*
|
*
|
||||||
* \since This macro is available since SDL 3.2.0.
|
* \since This macro is available since SDL 3.2.0.
|
||||||
*/
|
*/
|
||||||
@@ -125,10 +126,11 @@
|
|||||||
* This macro is defined by `SDL_main.h`, which is not automatically included
|
* This macro is defined by `SDL_main.h`, which is not automatically included
|
||||||
* by `SDL.h`.
|
* by `SDL.h`.
|
||||||
*
|
*
|
||||||
* Even if required, an app can define SDL_MAIN_HANDLED and provide their
|
* Even if required, an app can define SDL_MAIN_HANDLED and provide their own,
|
||||||
* own, if they know what they're doing.
|
* if they know what they're doing.
|
||||||
*
|
*
|
||||||
* This macro is used internally by SDL, and apps probably shouldn't rely on it.
|
* This macro is used internally by SDL, and apps probably shouldn't rely on
|
||||||
|
* it.
|
||||||
*
|
*
|
||||||
* \since This macro is available since SDL 3.2.0.
|
* \since This macro is available since SDL 3.2.0.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user