diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 15:36:56 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-22 15:36:56 -0700 |
commit | 4fa5a5374ae5062d9070b136bf873a50b7d8546f (patch) | |
tree | c8729c98d024b8603e9f036934a3be386943e05d /src/settings.h | |
parent | 5c9ab091b5556180c645c0981093a95b2eb61c25 (diff) |
Got a somewhat working preview
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 3 |
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); |