mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-04 19:07:40 +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
|
@ -3113,3 +3113,13 @@ typedef SDL_RWops, SDL_IOStream;
|
|||
@@
|
||||
- SDL_RWops
|
||||
+ SDL_IOStream
|
||||
@@
|
||||
@@
|
||||
- SDL_LogGetOutputFunction
|
||||
+ SDL_GetLogOutputFunction
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_LogSetOutputFunction
|
||||
+ SDL_SetLogOutputFunction
|
||||
(...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue