From 453541770e16b1e7be8589c165dd60af7fce134c Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Mon, 5 Aug 2024 20:15:50 +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 af1ce9a..fe64988 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -774,6 +774,7 @@
#define SDL_SetLogOutputFunction IGNORE_THIS_VERSION_OF_SDL_SetLogOutputFunction
#define SDL_SetLogPriorities IGNORE_THIS_VERSION_OF_SDL_SetLogPriorities
#define SDL_SetLogPriority IGNORE_THIS_VERSION_OF_SDL_SetLogPriority
+#define SDL_SetLogPriorityPrefix IGNORE_THIS_VERSION_OF_SDL_SetLogPriorityPrefix
#define SDL_SetMainReady IGNORE_THIS_VERSION_OF_SDL_SetMainReady
#define SDL_SetMemoryFunctions IGNORE_THIS_VERSION_OF_SDL_SetMemoryFunctions
#define SDL_SetModState IGNORE_THIS_VERSION_OF_SDL_SetModState
@@ -4088,6 +4089,10 @@
#undef SDL_SetLogPriority
#endif
+#ifdef SDL_SetLogPriorityPrefix
+#undef SDL_SetLogPriorityPrefix
+#endif
+
#ifdef SDL_SetMainReady
#undef SDL_SetMainReady
#endif