diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 17:01:37 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 17:01:37 -0700 |
commit | af1c26fa866a290eeace75fdf4e0bac8b43e09c5 (patch) | |
tree | a2c568cc4b06363b4e4aca6aa0017f122358ed5b /src/settings.h | |
parent | 5b7e4668d549237e02dfe0580918c48b6d3b5c2d (diff) |
Added zoom speed
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index e638471..92b4c99 100644 --- a/src/settings.h +++ b/src/settings.h @@ -38,6 +38,7 @@ typedef struct Settings { // Preview. float previewMouseSensitivity; + float previewZoomSpeed; } Settings; void initSettings(Settings * settings); |