mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-23 18:46:31 +00:00
Updated logging functions for SDL3 naming convention
This commit is contained in:
@@ -3159,3 +3159,23 @@ typedef SDL_Colour, SDL_Color;
|
||||
@@
|
||||
- SDLK_QUOTEDBL
|
||||
+ SDLK_DBLAPOSTROPHE
|
||||
@@
|
||||
@@
|
||||
- SDL_LogSetAllPriority
|
||||
+ SDL_SetLogPriorities
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_LogSetPriority
|
||||
+ SDL_SetLogPriority
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_LogGetPriority
|
||||
+ SDL_GetLogPriority
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_LogResetPriorities
|
||||
+ SDL_ResetLogPriorities
|
||||
(...)
|
||||
|
||||
Reference in New Issue
Block a user