aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 2d2c4f4..3576955 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -7,6 +7,13 @@ typedef struct Settings {
// Window.
int windowWidth;
int windowHeight;
+
+ // Controls.
+ float mouseSpeed;
+ KeyboardKey forwardKey;
+ KeyboardKey backwardKey;
+ KeyboardKey rightKey;
+ KeyboardKey leftKey;
} Settings;
Settings defaultSettings();