diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-09-29 11:10:32 +0200 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-09-30 08:38:06 -0400 |
commit | 1054cbd906ced5cb38476b00700aa8c279f6e1c8 (patch) | |
tree | 1e719e0d9a1222e458a9cf9abbf8b87b0a3a82f3 /Makefile.am | |
parent | 5654ee59b26d0718b99e149da7f7325418186597 (diff) |
Add blend mode bindings.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ecf18a2..287a19c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,7 @@ SOURCES = \ sdl2.scm \ sdl2/config.scm \ sdl2/bindings.scm \ + sdl2/blend-mode.scm \ sdl2/clipboard.scm \ sdl2/rect.scm \ sdl2/surface.scm \ |