Added SDL_IsMainThread() and SDL_RunOnMainThread()

This commit is contained in:
Sam Lantinga 2024-12-05 12:35:23 -08:00
parent bc4185c685
commit 23828b62d4
7 changed files with 312 additions and 0 deletions

View file

@ -1201,6 +1201,8 @@ SDL3_0.0.0 {
SDL_SignalAsyncIOQueue;
SDL_LoadFileAsync;
SDL_ShowFileDialogWithProperties;
SDL_IsMainThread;
SDL_RunOnMainThread;
# extra symbols go here (don't modify this line)
local: *;
};