diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-12-16 15:49:58 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-12-16 21:52:36 -0500 |
commit | 0c8dc41d9f8da0dae8a171880efd9de3010328a1 (patch) | |
tree | f842fd2fac1a69abeb83edc328d2bcc1e05752b5 /sdl2/bindings | |
parent | 53eb88ff721968299dd59e1c604e1b5714c5f0a5 (diff) |
image: Add IMG_SavePNG binding.
Diffstat (limited to 'sdl2/bindings')
-rw-r--r-- | sdl2/bindings/image.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sdl2/bindings/image.scm b/sdl2/bindings/image.scm index cfdb31d..598c024 100644 --- a/sdl2/bindings/image.scm +++ b/sdl2/bindings/image.scm @@ -54,3 +54,6 @@ RETURN-TYPE and accept arguments of ARG-TYPES." (define-foreign img-load '* "IMG_Load" '(*)) + +(define-foreign img-save-png + int "IMG_SavePNG" '(* *)) |