aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 468f402..118bf84 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -33,6 +33,10 @@ typedef struct {
float crossHairThickness;
Color crossHairColor;
+ // Map.
+ bool isMapPreviewEnabledDefault;
+ float mapPreviewSize;
+
// Controls.
float mouseSpeed;
KeyboardKey forwardKey;