From 182f671c740e99b0a6d2e6bfc6344406d7254e26 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sun, 27 Apr 2025 22:37:50 +0300
Subject: [PATCH] updated sdl3_include_wrapper.h from latest SDL3
---
src/sdl3_include_wrapper.h | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/sdl3_include_wrapper.h b/src/sdl3_include_wrapper.h
index 75cd2f6..a72d86a 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -1283,6 +1283,8 @@
#define SDL_GetGPUDeviceProperties IGNORE_THIS_VERSION_OF_SDL_GetGPUDeviceProperties
#define SDL_CreateGPURenderer IGNORE_THIS_VERSION_OF_SDL_CreateGPURenderer
#define SDL_PutAudioStreamPlanarData IGNORE_THIS_VERSION_OF_SDL_PutAudioStreamPlanarData
+#define SDL_SetAudioIterationCallbacks IGNORE_THIS_VERSION_OF_SDL_SetAudioIterationCallbacks
+#define SDL_GetEventDescription IGNORE_THIS_VERSION_OF_SDL_GetEventDescription
#define SDL_FUNCTION_POINTER_IS_VOID_POINTER 1
@@ -6309,6 +6311,14 @@
#undef SDL_PutAudioStreamPlanarData
#endif
+#ifdef SDL_SetAudioIterationCallbacks
+#undef SDL_SetAudioIterationCallbacks
+#endif
+
+#ifdef SDL_GetEventDescription
+#undef SDL_GetEventDescription
+#endif
+
#undef SDL_ThreadID /* see at top. */
/* dump the macro CreateThread versions, too. */