Added SDL_GetAssertionHandler() and SDL_GetDefaultAssertionHandler().
--HG-- extra : rebase_source : 46c4eb0b9b5aaf0f97ccf21036a0462a585b3ba8
This commit is contained in:
parent
c174c3f279
commit
cd64be14c5
4 changed files with 46 additions and 0 deletions
|
@ -601,3 +601,5 @@ SDL_DYNAPI_PROC(int,SDL_vsscanf,(const char *a, const char *b, va_list c),(a,b,c
|
|||
SDL_DYNAPI_PROC(int,SDL_GameControllerAddMappingsFromRW,(SDL_RWops *a, int b),(a,b),return)
|
||||
SDL_DYNAPI_PROC(void,SDL_GL_ResetAttributes,(void),(),)
|
||||
SDL_DYNAPI_PROC(SDL_bool,SDL_HasAVX,(void),(),return)
|
||||
SDL_DYNAPI_PROC(SDL_AssertionHandler,SDL_GetDefaultAssertionHandler,(void),(),return)
|
||||
SDL_DYNAPI_PROC(SDL_AssertionHandler,SDL_GetAssertionHandler,(void **a),(a),return)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue