diff options
Diffstat (limited to 'tests/animation-test.scm')
| -rw-r--r-- | tests/animation-test.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/animation-test.scm b/tests/animation-test.scm index fefb77f..e12b35b 100644 --- a/tests/animation-test.scm +++ b/tests/animation-test.scm @@ -1,8 +1,9 @@ (import srfi-64) (include "entity.scm") +(include "tilemap.scm") (include "world.scm") (include "animation.scm") -(import downstroke/entity downstroke/world downstroke/animation) +(import downstroke-entity downstroke-world downstroke-animation) (test-begin "animation") |
