Implemented SDL_GetHintBoolean() to make it easier to check boolean hints
This commit is contained in:
parent
98fbc3fc5d
commit
1b032a0419
26 changed files with 68 additions and 136 deletions
|
@ -611,3 +611,4 @@
|
|||
#define SDL_SetWindowResizable SDL_SetWindowResizable_REAL
|
||||
#define SDL_CreateRGBSurfaceWithFormat SDL_CreateRGBSurfaceWithFormat_REAL
|
||||
#define SDL_CreateRGBSurfaceWithFormatFrom SDL_CreateRGBSurfaceWithFormatFrom_REAL
|
||||
#define SDL_GetHintBoolean SDL_GetHintBoolean_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue