diff mde/scheduler/Init.d @ 31:baa87e68d7dc

GUI now supports basic interactible widgets, widget colour and border are more unified, and some code cleanup. Removed some circular dependencies which slipped in. As a result, the OpenGL code got separated into different files. Enabled widgets to recieve events. New IParentWidget interface allowing widgets to interact with their parents. New Widget base class. New WidgetDecoration class. New ButtonWidget class responding to events (in a basic way). committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 29 Apr 2008 18:10:58 +0100
parents 467c74d4804d
children 316b0230a849
line wrap: on
line diff
--- a/mde/scheduler/Init.d	Mon Apr 28 10:59:47 2008 +0100
+++ b/mde/scheduler/Init.d	Tue Apr 29 18:10:58 2008 +0100
@@ -22,6 +22,7 @@
  *************************************************************************************************/
 module mde.scheduler.Init;
 
+import mde.scheduler.Init2;     // This module is responsible for setting up some init functions.
 import mde.scheduler.InitFunctions;
 import mde.scheduler.exception;