mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 07:59:11 +00:00
Implemented SDL_LoadBMP() and SDL_SaveBMP() as functions
Fixes https://github.com/libsdl-org/SDL/issues/7902
This commit is contained in:
parent
e264bb5178
commit
50b6e5eb7e
5 changed files with 49 additions and 16 deletions
|
@ -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: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue