diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-01-24 21:26:10 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-01-24 21:26:10 -0500 |
commit | 534677086a1336c727261504ba75a7e169305532 (patch) | |
tree | af2cc81a6232a4dcbf764ea1ef4ccc61f83a63bb /Makefile.am | |
parent | e46df21886b186cfcf28008eac4b9cb6577b4689 (diff) |
Add audio support.
* chickadee/audio.scm: New file.
* Makefile.am (SOURCES): Add it.
* chickadee.scm (run-game): Initialize audio.
* doc/api.texi ("Audio"): Document 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 8e65d44..2e320c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,7 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache SOURCES = \ chickadee/config.scm \ chickadee/utils.scm \ + chickadee/audio.scm \ chickadee/input/controller.scm \ chickadee/math.scm \ chickadee/math/vector.scm \ |