mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 07:29:09 +00:00
ran gendynapi.pl after PR/11170.
This commit is contained in:
parent
045e31178f
commit
5bfece34f9
3 changed files with 3 additions and 0 deletions
|
@ -1200,6 +1200,7 @@ SDL3_0.0.0 {
|
||||||
SDL_WaitAsyncIOResult;
|
SDL_WaitAsyncIOResult;
|
||||||
SDL_SignalAsyncIOQueue;
|
SDL_SignalAsyncIOQueue;
|
||||||
SDL_LoadFileAsync;
|
SDL_LoadFileAsync;
|
||||||
|
SDL_ShowFileDialogWithProperties;
|
||||||
# extra symbols go here (don't modify this line)
|
# extra symbols go here (don't modify this line)
|
||||||
local: *;
|
local: *;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1225,3 +1225,4 @@
|
||||||
#define SDL_WaitAsyncIOResult SDL_WaitAsyncIOResult_REAL
|
#define SDL_WaitAsyncIOResult SDL_WaitAsyncIOResult_REAL
|
||||||
#define SDL_SignalAsyncIOQueue SDL_SignalAsyncIOQueue_REAL
|
#define SDL_SignalAsyncIOQueue SDL_SignalAsyncIOQueue_REAL
|
||||||
#define SDL_LoadFileAsync SDL_LoadFileAsync_REAL
|
#define SDL_LoadFileAsync SDL_LoadFileAsync_REAL
|
||||||
|
#define SDL_ShowFileDialogWithProperties SDL_ShowFileDialogWithProperties_REAL
|
||||||
|
|
|
@ -1231,3 +1231,4 @@ SDL_DYNAPI_PROC(bool,SDL_GetAsyncIOResult,(SDL_AsyncIOQueue *a, SDL_AsyncIOOutco
|
||||||
SDL_DYNAPI_PROC(bool,SDL_WaitAsyncIOResult,(SDL_AsyncIOQueue *a, SDL_AsyncIOOutcome *b, Sint32 c),(a,b,c),return)
|
SDL_DYNAPI_PROC(bool,SDL_WaitAsyncIOResult,(SDL_AsyncIOQueue *a, SDL_AsyncIOOutcome *b, Sint32 c),(a,b,c),return)
|
||||||
SDL_DYNAPI_PROC(void,SDL_SignalAsyncIOQueue,(SDL_AsyncIOQueue *a),(a),)
|
SDL_DYNAPI_PROC(void,SDL_SignalAsyncIOQueue,(SDL_AsyncIOQueue *a),(a),)
|
||||||
SDL_DYNAPI_PROC(bool,SDL_LoadFileAsync,(const char *a, SDL_AsyncIOQueue *b, void *c),(a,b,c),return)
|
SDL_DYNAPI_PROC(bool,SDL_LoadFileAsync,(const char *a, SDL_AsyncIOQueue *b, void *c),(a,b,c),return)
|
||||||
|
SDL_DYNAPI_PROC(void,SDL_ShowFileDialogWithProperties,(SDL_FileDialogType a, SDL_DialogFileCallback b, void *c, SDL_PropertiesID d),(a,b,c,d),)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue