From 0c8dc41d9f8da0dae8a171880efd9de3010328a1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 16 Dec 2016 15:49:58 -0500 Subject: image: Add IMG_SavePNG binding. --- sdl2/bindings/image.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sdl2/bindings') 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" '(* *)) -- cgit v1.2.3