diff src/Settings.d @ 839:4063da6f3edd default tip

Refactored the config file and how it is loaded.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Thu, 21 Aug 2008 17:51:04 +0200
parents bcb74c9b895c
children
line wrap: on
line diff
--- a/src/Settings.d	Wed Aug 20 20:39:16 2008 +0200
+++ b/src/Settings.d	Thu Aug 21 17:51:04 2008 +0200
@@ -9,6 +9,8 @@
 struct GlobalSettings
 {
 static:
+  /// Path to the data directory.
+  string dataDir = "data/";
   /// Predefined version identifiers.
   string[] versionIds;
   /// Path to the language file.