From 5e73dce0e71791b87e5b096a890578eefcc26639 Mon Sep 17 00:00:00 2001 From: KUDr Date: Sat, 27 May 2006 16:12:16 +0000 Subject: (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing. --- variables.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index b5eaf492e..c42f590c7 100644 --- a/variables.h +++ b/variables.h @@ -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 @@ typedef struct Patches { 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; -- cgit v1.2.3-54-g00ecf