comparison import/myrrdin/renderer.d @ 8:156a95e4c018

final package structure now, i hope
author fred@reichbier.de
date Sat, 19 Jul 2008 17:26:41 +0200
parents 510541745cd1
children adc5e1eedb8a
comparison
equal deleted inserted replaced
7:806b3781f4e4 8:156a95e4c018
25 25
26 import dsfml.window.all; 26 import dsfml.window.all;
27 import dsfml.system.all; 27 import dsfml.system.all;
28 import dsfml.graphics.all; 28 import dsfml.graphics.all;
29 29
30 import myrrdin.consumer; 30 import myrrdin.consumers.consumer;
31 import myrrdin.imagecache; 31 import myrrdin.imagecache;
32 import myrrdin.animatedsprite; 32 import myrrdin.animatedsprite;
33 33
34 class Renderer { 34 class Renderer {
35 public RenderWindow app; 35 public RenderWindow app;