diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-23 07:41:32 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-23 07:41:32 -0400 |
commit | 808ea4175a2d91c1f21c2d0bf2c423da56172d25 (patch) | |
tree | 2e2b4519ae5c5c50210e96c2793410b3269b8ad9 /Makefile.am | |
parent | 34ec6b54f26445ff4a5d0740d477a06f55521f53 (diff) |
Add beginnings of audio API bindings.
Just a first baby step. Nothing usable yet.
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 2e6e48b..40b1548 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,7 @@ SOURCES = \ sdl2/surface.scm \ sdl2/render.scm \ sdl2/video.scm \ + sdl2/audio.scm \ sdl2/events.scm \ sdl2/input/keyboard.scm \ sdl2/input/joystick.scm \ |