aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-28 06:23:42 +0000
committernathan <nathansmith@disroot.org>2025-11-28 06:23:42 +0000
commitd32c6c486e99bce597b894ddb73e63737d63809f (patch)
treec315d133c56d396bc96532535c2a130405644460 /src/settings.h
parent3b1165d172779c4663662e83cf5935f039fdad1b (diff)
downloadFindThings-d32c6c486e99bce597b894ddb73e63737d63809f.tar.gz
FindThings-d32c6c486e99bce597b894ddb73e63737d63809f.tar.bz2
FindThings-d32c6c486e99bce597b894ddb73e63737d63809f.zip
Map blackout working
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index d6416ba..6418c2e 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -53,6 +53,7 @@ typedef struct {
KeyboardKey toggleCursorKey;
KeyboardKey toggleCrossHairKey;
KeyboardKey toggleMapPreviewKey;
+ KeyboardKey defaultMapZoomKey;
KeyboardKey interactKey;
} Settings;