Skip to content

Commit

Permalink
updated sdl3_include_wrapper.h from latest SDL3
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 30, 2024
1 parent 2ff717b commit aeb3213
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/sdl3_include_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,9 @@
#define SDL_CancelGPUCommandBuffer IGNORE_THIS_VERSION_OF_SDL_CancelGPUCommandBuffer
#define SDL_SaveFile_IO IGNORE_THIS_VERSION_OF_SDL_SaveFile_IO
#define SDL_SaveFile IGNORE_THIS_VERSION_OF_SDL_SaveFile
#define SDL_GetCurrentDirectory IGNORE_THIS_VERSION_OF_SDL_GetCurrentDirectory
#define SDL_IsAudioDevicePhysical IGNORE_THIS_VERSION_OF_SDL_IsAudioDevicePhysical
#define SDL_IsAudioDevicePlayback IGNORE_THIS_VERSION_OF_SDL_IsAudioDevicePlayback


#define SDL_FUNCTION_POINTER_IS_VOID_POINTER 1
Expand Down Expand Up @@ -5982,6 +5985,18 @@
#undef SDL_SaveFile
#endif

#ifdef SDL_GetCurrentDirectory
#undef SDL_GetCurrentDirectory
#endif

#ifdef SDL_IsAudioDevicePhysical
#undef SDL_IsAudioDevicePhysical
#endif

#ifdef SDL_IsAudioDevicePlayback
#undef SDL_IsAudioDevicePlayback
#endif

#undef SDL_ThreadID /* see at top. */

/* dump the macro CreateThread versions, too. */
Expand Down

0 comments on commit aeb3213

Please sign in to comment.