Update Windows SDL headers to 2.0.9

This commit is contained in:
Cameron Gutman
2018-11-03 13:01:35 -07:00
parent 76e5794203
commit b2fcd6c084
19 changed files with 656 additions and 66 deletions

View File

@@ -59,7 +59,7 @@ typedef struct SDL_version
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 0
#define SDL_PATCHLEVEL 8
#define SDL_PATCHLEVEL 9
/**
* \brief Macro to determine SDL version program was compiled against.