diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-02-17 20:57:10 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-02-17 20:57:10 -0500 |
commit | 384047cb491f9598cbc6290be34028ab188f5488 (patch) | |
tree | e792c30b420d8f2b0c780f90bdf4de77ed2a6d1c | |
parent | 990b2c4c08a54f56a30bfa4eeec04af410d24006 (diff) |
Add missing example module.
* examples/common.scm: Import (2d signal).
-rw-r--r-- | examples/common.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/common.scm b/examples/common.scm index 8468687..b4efb1f 100644 --- a/examples/common.scm +++ b/examples/common.scm @@ -2,6 +2,7 @@ (2d fps) (2d game) (2d keyboard) + (2d signal) (2d window) (2d repl server)) |