comparison mde/setup/sdl.d @ 75:25cb7420dc91

A massive overhaul/rewrite for the gui's data management and setup code. Currently much that was working is broken. imde's classes are created in a static this instead of mde's main. gl setup code moved from gl/basic.d to gl/draw.d mergetag.DefaultData: now HIGH_LOW priority instead of LOW_HIGH. Reduced type list to only used types; small fix for indent function. setup.paths: new NoFileException thrown instead of MTFileIOException
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 28 Jul 2008 18:17:48 +0100
parents 108d123238c0
children 3dfd934100f7
comparison
equal deleted inserted replaced
74:cee261eba249 75:25cb7420dc91
18 module mde.setup.sdl; 18 module mde.setup.sdl;
19 19
20 import mde.setup.initFunctions; 20 import mde.setup.initFunctions;
21 import mde.input.joystick; 21 import mde.input.joystick;
22 import mde.lookup.Options; 22 import mde.lookup.Options;
23 import mde.gl.basic; 23 import mde.gl.draw;
24 import imde = mde.imde; 24 import imde = mde.imde;
25 25
26 import tango.util.log.Log : Log, Logger; 26 import tango.util.log.Log : Log, Logger;
27 import tango.stdc.stringz; 27 import tango.stdc.stringz;
28 28