Artifact c242804c99af464487fe77d41a024d00bdf90fc5:
- File sdl2/messagebox-functions.ss — part of check-in [c9770d8f7f] at 2016-08-17 07:47:19 on branch trunk — added sdl2 (user: ovenpasta@pizzahack.eu size: 281)
(define-sdl-func int sdl-show-message-box ((messageboxdata (* sdl-message-box-data-t)) (buttonid (* int))) "SDL_ShowMessageBox") (define-sdl-func int sdl-show-simple-message-box ((flags uint32) (title string) (message string) (window (* sdl-window-t))) "SDL_ShowSimpleMessageBox")