Implemented SDL_LoadBMP() and SDL_SaveBMP() as functions

Fixes https://github.com/libsdl-org/SDL/issues/7902
This commit is contained in:
Sam Lantinga 2023-07-01 23:59:21 -07:00
parent e264bb5178
commit 50b6e5eb7e
5 changed files with 49 additions and 16 deletions

View file

@ -867,6 +867,8 @@ SDL3_0.0.0 {
SDL_HasWindowSurface;
SDL_DestroyWindowSurface;
SDL_GetNaturalDisplayOrientation;
SDL_LoadBMP;
SDL_SaveBMP;
# extra symbols go here (don't modify this line)
local: *;
};