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
commit308f27a3de3817cc96ad21b7830b261443206cc0 (patch)
treee4580db6e03032a997fce1392929b7190dc3b03d /variables.h
parent3c2eb4f0865c912340f292ece24cf5664559c1ad (diff)
downloadopenttd-308f27a3de3817cc96ad21b7830b261443206cc0.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;