Renamed SDL_SizeIO() SDL_GetIOSize()

This commit is contained in:
Sam Lantinga
2024-03-17 17:13:39 -07:00
committed by Ryan C. Gordon
parent df0f5deddf
commit a1a0156756
9 changed files with 13 additions and 13 deletions

View File

@@ -469,7 +469,7 @@ SDL3_0.0.0 {
SDL_IOFromMem;
SDL_ReadIO;
SDL_SeekIO;
SDL_SizeIO;
SDL_GetIOSize;
SDL_TellIO;
SDL_WriteIO;
SDL_RaiseWindow;