First pass at changing SDL 2.0 to SDL 3.0
This commit is contained in:
parent
0bfeed061b
commit
2c4159b99a
146 changed files with 2633 additions and 2635 deletions
|
@ -57,8 +57,8 @@ typedef struct SDL_version
|
|||
|
||||
/* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL
|
||||
*/
|
||||
#define SDL_MAJOR_VERSION 2
|
||||
#define SDL_MINOR_VERSION 26
|
||||
#define SDL_MAJOR_VERSION 3
|
||||
#define SDL_MINOR_VERSION 0
|
||||
#define SDL_PATCHLEVEL 0
|
||||
|
||||
/**
|
||||
|
@ -84,7 +84,7 @@ typedef struct SDL_version
|
|||
}
|
||||
|
||||
/* TODO: Remove this whole block in SDL 3 */
|
||||
#if SDL_MAJOR_VERSION < 3
|
||||
#if SDL_MAJOR_VERSION <= 3
|
||||
/**
|
||||
* This macro turns the version numbers into a numeric value:
|
||||
* \verbatim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue