diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-12-13 22:51:33 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-12-13 22:51:33 -0500 |
commit | 8a3a26bb77c61784dc426d4cc3dd66a8071b5e49 (patch) | |
tree | 1ab00c798c1f62bb1854449547950308aab8fb4d /Makefile.am | |
parent | d4824b20c811ae859541de72ac971b070cf9f9d2 (diff) |
Add a few surface bindings.
* sdl2/bindings.scm (sdl-rw-from-file, sdl-free-surface,
sdl-load-bmp-rw): New procedures.
* sdl2/surface.scm: New file.
* Makefile.am (SOURCES): Add it.
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 bb37cb4..543b734 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,7 @@ SOURCES = \ sdl2.scm \ sdl2/config.scm \ sdl2/bindings.scm \ + sdl2/surface.scm \ sdl2/render.scm \ sdl2/video.scm |