mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 16:37:39 +00:00
Updated logging functions for SDL3 naming convention
This commit is contained in:
parent
241603b607
commit
4609af618a
74 changed files with 137 additions and 105 deletions
|
@ -555,13 +555,13 @@ SDL3_0.0.0 {
|
|||
SDL_LogCritical;
|
||||
SDL_LogDebug;
|
||||
SDL_LogError;
|
||||
SDL_LogGetPriority;
|
||||
SDL_GetLogPriority;
|
||||
SDL_LogInfo;
|
||||
SDL_LogMessage;
|
||||
SDL_LogMessageV;
|
||||
SDL_LogResetPriorities;
|
||||
SDL_LogSetAllPriority;
|
||||
SDL_LogSetPriority;
|
||||
SDL_ResetLogPriorities;
|
||||
SDL_SetLogPriorities;
|
||||
SDL_SetLogPriority;
|
||||
SDL_LogVerbose;
|
||||
SDL_LogWarn;
|
||||
SDL_MapRGB;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue