Added missing function prototype for SDL_WriteS64BE()

This commit is contained in:
Sam Lantinga 2023-08-23 21:19:04 -07:00
parent 845f3c7450
commit 8924d0d927
4 changed files with 19 additions and 1 deletions

View file

@ -899,6 +899,7 @@ SDL3_0.0.0 {
SDL_WriteS32LE;
SDL_WriteS32BE;
SDL_WriteS64LE;
SDL_WriteS64BE;
# extra symbols go here (don't modify this line)
local: *;
};