diff options
Diffstat (limited to 'animation.scm')
| -rw-r--r-- | animation.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/animation.scm b/animation.scm index e6627fe..a152753 100644 --- a/animation.scm +++ b/animation.scm @@ -1,9 +1,9 @@ -(module downstroke/animation * +(module downstroke-animation * (import scheme (chicken base) (chicken keyword) - downstroke/entity - downstroke/world) + downstroke-entity + downstroke-world) ;; ---- Animation data accessors ---- |
