mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-22 23:01:00 +00:00
SDL_main.h: added field to SDL_GDKSuspendComplete documentation.
This commit is contained in:
parent
09ee811f4b
commit
e57554ea65
|
@ -266,6 +266,7 @@ extern DECLSPEC int SDLCALL SDL_GDKRunApp(SDL_main_func mainFunction, void *rese
|
||||||
/**
|
/**
|
||||||
* Callback from the application to let the suspend continue.
|
* Callback from the application to let the suspend continue.
|
||||||
*
|
*
|
||||||
|
* \since This function is available since SDL 2.28.0.
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC void SDLCALL SDL_GDKSuspendComplete(void);
|
extern DECLSPEC void SDLCALL SDL_GDKSuspendComplete(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue