mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 18:07:40 +00:00
Add SDL_ReadS8 and SDL_WriteS8
This commit is contained in:
parent
96bb06d9c7
commit
ef6123886e
5 changed files with 49 additions and 0 deletions
|
@ -615,6 +615,7 @@ SDL3_0.0.0 {
|
|||
SDL_ReadS32LE;
|
||||
SDL_ReadS64BE;
|
||||
SDL_ReadS64LE;
|
||||
SDL_ReadS8;
|
||||
SDL_ReadStorageFile;
|
||||
SDL_ReadSurfacePixel;
|
||||
SDL_ReadU16BE;
|
||||
|
@ -849,6 +850,7 @@ SDL3_0.0.0 {
|
|||
SDL_WriteS32LE;
|
||||
SDL_WriteS64BE;
|
||||
SDL_WriteS64LE;
|
||||
SDL_WriteS8;
|
||||
SDL_WriteStorageFile;
|
||||
SDL_WriteU16BE;
|
||||
SDL_WriteU16LE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue