mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-22 19:18:30 +00:00
asyncio: Added async i/o APIs.
This commit is contained in:
@@ -1189,6 +1189,17 @@ SDL3_0.0.0 {
|
||||
SDL_GetCurrentDirectory;
|
||||
SDL_IsAudioDevicePhysical;
|
||||
SDL_IsAudioDevicePlayback;
|
||||
SDL_AsyncIOFromFile;
|
||||
SDL_GetAsyncIOSize;
|
||||
SDL_ReadAsyncIO;
|
||||
SDL_WriteAsyncIO;
|
||||
SDL_CloseAsyncIO;
|
||||
SDL_CreateAsyncIOQueue;
|
||||
SDL_DestroyAsyncIOQueue;
|
||||
SDL_GetAsyncIOResult;
|
||||
SDL_WaitAsyncIOResult;
|
||||
SDL_SignalAsyncIOQueue;
|
||||
SDL_LoadFileAsync;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
Reference in New Issue
Block a user