diff mde/input/config.d @ 2:78eb491bd642

mergetag: partially redesigned dataset and text reader classes. Changed text format. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 03 Nov 2007 15:15:43 +0000
parents d547009c104c
children 9a990644948c
line wrap: on
line diff
--- a/mde/input/config.d	Tue Oct 30 17:08:12 2007 +0000
+++ b/mde/input/config.d	Sat Nov 03 15:15:43 2007 +0000
@@ -1,7 +1,9 @@
 /// This module contains a class for holding configs and handles saving, loading and editing.
 module mde.input.config;
+
+// package imports
 import mde.input.core;
-/+
+
 /** Struct to hold the configuration for the input system. Thus loading and switching between
  *  multiple configurations should be easy.
  *
@@ -67,4 +69,3 @@
     outQueue[uint] axis;    /// ditto
     outQueue[uint] mouse;    /// ditto
 }
-+/
\ No newline at end of file