diff options
Diffstat (limited to 'sdl2/bindings.scm')
-rw-r--r-- | sdl2/bindings.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sdl2/bindings.scm b/sdl2/bindings.scm index 7c16abb..1f97186 100644 --- a/sdl2/bindings.scm +++ b/sdl2/bindings.scm @@ -946,6 +946,9 @@ RETURN-TYPE and accept arguments of ARG-TYPES." (define-foreign sdl-blit-surface int "SDL_UpperBlit" '(* * * *)) +(define-foreign sdl-blit-scaled + int "SDL_UpperBlitScaled" '(* * * *)) + ;;; ;;; Audio |