From 4d0cb4a15ae27c069bfb299bca60252fdcec85b4 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 30 Sep 2023 17:50:02 +0300
Subject: [PATCH] updated sdl3_include_wrapper.h from latest SDL3
---
src/sdl3_include_wrapper.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/sdl3_include_wrapper.h b/src/sdl3_include_wrapper.h
index 2c0adc4..8d973ec 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -931,6 +931,7 @@
#define SDL_GetAudioStreamFrequencyRatio IGNORE_THIS_VERSION_OF_SDL_GetAudioStreamFrequencyRatio
#define SDL_SetAudioStreamFrequencyRatio IGNORE_THIS_VERSION_OF_SDL_SetAudioStreamFrequencyRatio
#define SDL_SetAudioPostmixCallback IGNORE_THIS_VERSION_OF_SDL_SetAudioPostmixCallback
+#define SDL_GetAudioStreamQueued IGNORE_THIS_VERSION_OF_SDL_GetAudioStreamQueued
#define SDL_FUNCTION_POINTER_IS_VOID_POINTER 1
@@ -4572,6 +4573,10 @@
#undef SDL_SetAudioPostmixCallback
#endif
+#ifdef SDL_GetAudioStreamQueued
+#undef SDL_GetAudioStreamQueued
+#endif
+
/* undefine these macros too: */
/* redefine as SDL3_xxx, if needed. */