Artifact 4c7334767c268f59c8ba56f09ed89f155c28db76:
- File sdl2/error-functions.ss — part of check-in [c9770d8f7f] at 2016-08-17 07:47:19 on branch trunk — added sdl2 (user: ovenpasta@pizzahack.eu size: 251)
(define-sdl-func int sdl-set-error ((fmt string)) "SDL_SetError") (define-sdl-func string sdl-get-error () "SDL_GetError") (define-sdl-func void sdl-clear-error () "SDL_ClearError") (define-sdl-func int sdl-error ((code sdl-errorcode-t)) "SDL_Error")