diff trunk/src/dil/Settings.d @ 778:78be32e3e157

Implemented conditional compilation.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Wed, 20 Feb 2008 22:09:29 +0100
parents 9c47f377ca0b
children
line wrap: on
line diff
--- a/trunk/src/dil/Settings.d	Wed Feb 20 01:24:19 2008 +0100
+++ b/trunk/src/dil/Settings.d	Wed Feb 20 22:09:29 2008 +0100
@@ -5,9 +5,12 @@
 module dil.Settings;
 import common;
 
+/// Global application settings.
 struct GlobalSettings
 {
 static:
+  /// Predefined version identifiers.
+  string[] versionIds;
   /// Path to the language file.
   string langFile = "lang_en.d";
   /// Language code of loaded messages catalogue.