sdl2-compat: updated sdl3_include_wrapper.h from latest SDL3 (c8d54)

From c8d54c30cd46a9d373f1b7a60a0c85de5bac2da1 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Tue, 21 Nov 2023 20:33:10 +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 37dd007..cf25bb7 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -990,6 +990,8 @@
 #define SDL_EnumerateProperties IGNORE_THIS_VERSION_OF_SDL_EnumerateProperties
 #define SDL_SetBooleanProperty IGNORE_THIS_VERSION_OF_SDL_SetBooleanProperty
 #define SDL_GetBooleanProperty IGNORE_THIS_VERSION_OF_SDL_GetBooleanProperty
+#define SDL_CreateTextureWithProperties IGNORE_THIS_VERSION_OF_SDL_CreateTextureWithProperties
+#define SDL_CreateRendererWithProperties IGNORE_THIS_VERSION_OF_SDL_CreateRendererWithProperties
 
 
 #define SDL_FUNCTION_POINTER_IS_VOID_POINTER 1
@@ -4866,6 +4868,14 @@
 #undef SDL_GetBooleanProperty
 #endif
 
+#ifdef SDL_CreateTextureWithProperties
+#undef SDL_CreateTextureWithProperties
+#endif
+
+#ifdef SDL_CreateRendererWithProperties
+#undef SDL_CreateRendererWithProperties
+#endif
+
 /* undefine these macros too: */
 /* redefine as SDL3_xxx, if needed. */