summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorKUDr <kudr@openttd.org>2006-05-27 16:12:16 +0000
committerKUDr <kudr@openttd.org>2006-05-27 16:12:16 +0000
commit5e73dce0e71791b87e5b096a890578eefcc26639 (patch)
treee4580db6e03032a997fce1392929b7190dc3b03d /variables.h
parent3d01010440440cfbffd1e5d3b0cf1f23f0503a76 (diff)
downloadopenttd-5e73dce0e71791b87e5b096a890578eefcc26639.tar.xz
(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h6
1 files changed, 6 insertions, 0 deletions
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;