aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-24 09:49:11 +0000
committernathan <nathansmith@disroot.org>2025-11-24 09:49:11 +0000
commite3d80fbb561d43e53d8fd7bac49f46dbadfd291e (patch)
tree920c21c727da1c9488cc2f023e7317c5a93b5fc8 /src/settings.h
parentfc72bf3d757340382ad8e422eb31e701577544f8 (diff)
downloadFindThings-e3d80fbb561d43e53d8fd7bac49f46dbadfd291e.tar.gz
FindThings-e3d80fbb561d43e53d8fd7bac49f46dbadfd291e.tar.bz2
FindThings-e3d80fbb561d43e53d8fd7bac49f46dbadfd291e.zip
Working on things and broke something
This reverts commit fc72bf3d757340382ad8e422eb31e701577544f8.
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;