diff -r 4c5b1de6cb17 -r 4984308f9125 variables.h --- 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;