diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-23 19:11:04 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-23 19:11:04 -0400 |
commit | f570211fdf973dcbd4115a2f2a685eec87ed8080 (patch) | |
tree | 4098fefc00208138632f36863228fb4083cbee35 | |
parent | 907bb56b25dd467cdcb99a93d6de882169b243b2 (diff) |
cli: play: Automatically import audio module.
-rw-r--r-- | chickadee/cli/play.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chickadee/cli/play.scm b/chickadee/cli/play.scm index c893c27..2b61e90 100644 --- a/chickadee/cli/play.scm +++ b/chickadee/cli/play.scm @@ -106,6 +106,7 @@ Play the game defined in FILE.~%") ;; Automatically load commonly used modules for ;; maximum convenience. '((chickadee) + (chickadee audio) (chickadee graphics color) (chickadee graphics engine) (chickadee graphics font) |