Added missing function prototype for SDL_WriteS64BE()
This commit is contained in:
parent
845f3c7450
commit
8924d0d927
4 changed files with 19 additions and 1 deletions
|
@ -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: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue