aboutsummaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-22 15:36:56 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-22 15:36:56 -0700
commit4fa5a5374ae5062d9070b136bf873a50b7d8546f (patch)
treec8729c98d024b8603e9f036934a3be386943e05d /src/settings.h
parent5c9ab091b5556180c645c0981093a95b2eb61c25 (diff)
Got a somewhat working preview
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index b5d703d..e638471 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -35,6 +35,9 @@ typedef struct Settings {
int renderWidth;
int renderHeight;
bool useWorldRenderTexture;
+
+ // Preview.
+ float previewMouseSensitivity;
} Settings;
void initSettings(Settings * settings);