summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
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;