diff options
Diffstat (limited to 'vendor/sdl3/include/SDL.h')
| -rw-r--r-- | vendor/sdl3/include/SDL.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/sdl3/include/SDL.h b/vendor/sdl3/include/SDL.h index ed1b32483..04a05d257 100644 --- a/vendor/sdl3/include/SDL.h +++ b/vendor/sdl3/include/SDL.h @@ -20,7 +20,7 @@ */ /** - * Main include header for the SDL library, version 3.2.16 + * Main include header for the SDL library, version 3.4.0 * * It is almost always best to include just this one header instead of * picking out individual headers included here. There are exceptions to @@ -42,6 +42,7 @@ #include <SDL3/SDL_clipboard.h> #include <SDL3/SDL_cpuinfo.h> #include <SDL3/SDL_dialog.h> +#include <SDL3/SDL_dlopennote.h> #include <SDL3/SDL_endian.h> #include <SDL3/SDL_error.h> #include <SDL3/SDL_events.h> |