mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 07:29:09 +00:00
Added SDL_SetBooleanProperty() and SDL_GetBooleanProperty()
This commit is contained in:
parent
c47ac5b2df
commit
bd269b0f41
6 changed files with 135 additions and 1 deletions
|
@ -989,3 +989,5 @@
|
|||
#define SDL_GetNumberProperty SDL_GetNumberProperty_REAL
|
||||
#define SDL_GetFloatProperty SDL_GetFloatProperty_REAL
|
||||
#define SDL_EnumerateProperties SDL_EnumerateProperties_REAL
|
||||
#define SDL_SetBooleanProperty SDL_SetBooleanProperty_REAL
|
||||
#define SDL_GetBooleanProperty SDL_GetBooleanProperty_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue