Skip to content

Commit

Permalink
Use racket for syntax in animation.rkt
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymahoney committed Aug 14, 2012
1 parent 0a5337f commit 7f3a015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion collects/frtime/animation.rkt
Expand Up @@ -12,7 +12,8 @@
frtime/frlibs/math
#;(rename mzscheme mz:define-struct define-struct))

(require-for-syntax mzlib/etc)
(require-for-syntax (only racket/base build-list)
(only racket/function identity))

(open-graphics)

Expand Down

0 comments on commit 7f3a015

Please sign in to comment.