mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 07:29:09 +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
|
@ -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
|
||||
(...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue