comparison mde/scheduler/Init.d @ 32:316b0230a849

Lots more work on the GUI. Also renamed lots of files. Lots of changes to the GUI. Renderer is now used exclusively for rendering and WidgetDecoration is gone. Renamed lots of files to conform to case policies. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 30 Apr 2008 18:05:56 +0100
parents baa87e68d7dc
children 1530d9c04d4d
comparison
equal deleted inserted replaced
31:baa87e68d7dc 32:316b0230a849
20 * deinitialisation of the program. It does not, however, provide much of the (de)initialisation 20 * deinitialisation of the program. It does not, however, provide much of the (de)initialisation
21 * code; with the exception of that for the logger. 21 * code; with the exception of that for the logger.
22 *************************************************************************************************/ 22 *************************************************************************************************/
23 module mde.scheduler.Init; 23 module mde.scheduler.Init;
24 24
25 import mde.scheduler.Init2; // This module is responsible for setting up some init functions. 25 import mde.scheduler.init2; // This module is responsible for setting up some init functions.
26 import mde.scheduler.InitFunctions; 26 import mde.scheduler.initFunctions;
27 import mde.scheduler.exception; 27 import mde.scheduler.exception;
28 28
29 import mde.options; 29 import mde.Options;
30 import paths = mde.resource.paths; 30 import paths = mde.resource.paths;
31 import mde.exception; 31 import mde.exception;
32 32
33 // tango imports 33 // tango imports
34 import tango.core.Thread; 34 import tango.core.Thread;