diff mde/sdl.d @ 33:6886402c1545

Started implementing FreeType. Loads the freetype library and a font, but nothing else yet. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 01 May 2008 10:55:04 +0100
parents 316b0230a849
children 57d000574d75
line wrap: on
line diff
--- a/mde/sdl.d	Wed Apr 30 18:05:56 2008 +0100
+++ b/mde/sdl.d	Thu May 01 10:55:04 2008 +0100
@@ -15,7 +15,7 @@
 
 /** Just a temporary place to put SDL Init and Video stuff.
 */
-module mde.SDL;
+module mde.sdl;
 
 import mde.scheduler.initFunctions;
 import mde.input.joystick;