mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 16:37:39 +00:00
Add file dialogs
This commit is contained in:
parent
30e93b40c2
commit
70c2e15615
21 changed files with 2335 additions and 3 deletions
|
@ -976,6 +976,9 @@ SDL3_0.0.0 {
|
|||
SDL_AddVulkanRenderSemaphores;
|
||||
SDL_GetNumJoystickBalls;
|
||||
SDL_GetJoystickBall;
|
||||
SDL_ShowOpenFileDialog;
|
||||
SDL_ShowSaveFileDialog;
|
||||
SDL_ShowOpenFolderDialog;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue