Update SDL2 to 2.28.5

This commit is contained in:
Sasha Szpakowski
2023-12-02 14:16:23 -04:00
parent 3b08388623
commit 48811d08a8
31 changed files with 265 additions and 84 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ typedef struct SDL_version
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 28
#define SDL_PATCHLEVEL 4
#define SDL_PATCHLEVEL 5
/**
* Macro to determine SDL version program was compiled against.