variables.h
changeset 3900 2c84ed52709d
parent 3890 e04bc34bc50c
child 3933 231ae3c419f4
--- a/variables.h	Thu May 25 20:58:23 2006 +0000
+++ b/variables.h	Sat May 27 16:12:16 2006 +0000
@@ -3,6 +3,8 @@
 #ifndef VARIABLES_H
 #define VARIABLES_H
 
+#include "yapf/yapf_settings.h"
+
 // ********* START OF SAVE REGION
 #if !defined(MAX_PATH)
 # define MAX_PATH 260
@@ -203,6 +205,10 @@
  	uint32 npf_crossing_penalty; /* The penalty for level crossings */
 
 	bool population_in_label; // Show the population of a town in his label?
+
+	/** YAPF settings */
+	YapfSettings  yapf;
+
 } Patches;
 
 VARDEF Patches _patches;