diff test/movingfigure/movingfigure.d @ 8:156a95e4c018

final package structure now, i hope
author fred@reichbier.de
date Sat, 19 Jul 2008 17:26:41 +0200
parents 806b3781f4e4
children 79b534bbda65
line wrap: on
line diff
--- a/test/movingfigure/movingfigure.d	Sat Jul 19 15:21:09 2008 +0200
+++ b/test/movingfigure/movingfigure.d	Sat Jul 19 17:26:41 2008 +0200
@@ -23,7 +23,7 @@
 
 module testmovingfigure;
 
-import myrrdin.tileconsumer;
+import myrrdin.consumers.tile;
 import myrrdin.renderer;
 import myrrdin.imagecache;
 import myrrdin.tilemap;
@@ -31,7 +31,7 @@
 import myrrdin.xmlmap;
 import myrrdin.tools;
 import myrrdin.animatedsprite;
-import myrrdin.spriteconsumer;
+import myrrdin.consumers.sprite;
 import myrrdin.movingfigure;
 
 int main(char[][] args) {