mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 16:37:39 +00:00
Renamed SDL_LogGetOutputFunction() and SDL_LogSetOutputFunction() to match SDL 3.0 naming convention
This commit is contained in:
parent
d8a54cd4f8
commit
d65ae710a1
10 changed files with 41 additions and 17 deletions
|
@ -423,14 +423,14 @@ SDL3_0.0.0 {
|
|||
SDL_LogCritical;
|
||||
SDL_LogDebug;
|
||||
SDL_LogError;
|
||||
SDL_LogGetOutputFunction;
|
||||
SDL_GetLogOutputFunction;
|
||||
SDL_LogGetPriority;
|
||||
SDL_LogInfo;
|
||||
SDL_LogMessage;
|
||||
SDL_LogMessageV;
|
||||
SDL_LogResetPriorities;
|
||||
SDL_LogSetAllPriority;
|
||||
SDL_LogSetOutputFunction;
|
||||
SDL_SetLogOutputFunction;
|
||||
SDL_LogSetPriority;
|
||||
SDL_LogVerbose;
|
||||
SDL_LogWarn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue