comparison mde/global.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 467c74d4804d
children
comparison
equal deleted inserted replaced
31:baa87e68d7dc 32:316b0230a849
21 * I suggest importing via a rename or static import, so on use it's obvious where the objects used 21 * I suggest importing via a rename or static import, so on use it's obvious where the objects used
22 * are declared. 22 * are declared.
23 */ 23 */
24 module mde.global; 24 module mde.global;
25 25
26 import mde.input.input; 26 import mde.input.Input;
27 import mde.scheduler.Scheduler; 27 import mde.scheduler.Scheduler;
28 28
29 /** Some enums used by per request functions. */ 29 /** Some enums used by per request functions. */
30 enum SCHEDULE : Scheduler.ID { 30 enum SCHEDULE : Scheduler.ID {
31 DRAW 31 DRAW