mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 09:27:39 +00:00
Removed the SDL_Version structure, moved SDL version to SDL.h
Inspired by https://github.com/libsdl-org/SDL/issues/9788
This commit is contained in:
parent
5a0879b7dd
commit
661f2fc1fc
20 changed files with 162 additions and 224 deletions
|
@ -1671,9 +1671,14 @@ The following functions have been removed:
|
|||
|
||||
SDL_GetRevisionNumber() has been removed from the API, it always returned 0 in SDL 2.0.
|
||||
|
||||
SDL_GetVersion() returns the version number, which can be directly compared with another version wrapped with SDL_VERSIONNUM().
|
||||
|
||||
The following structures have been renamed:
|
||||
* SDL_version => SDL_Version
|
||||
The following structures have been removed:
|
||||
* SDL_version
|
||||
|
||||
The following symbols have been renamed:
|
||||
* SDL_COMPILEDVERSION => SDL_VERSION
|
||||
* SDL_PATCHLEVEL => SDL_MICRO_VERSION
|
||||
|
||||
## SDL_video.h
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue