From 708072e716e7ab22a37f528311a433f195f75054 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sun, 9 Jul 2023 01:26:05 -0600 Subject: World entries added --- src/settings.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index a880a2c..15cdcb7 100644 --- a/src/settings.h +++ b/src/settings.h @@ -13,8 +13,12 @@ typedef struct Settings { float mouseSensitivity; float scrollBarSpeed; ControlMode controlMode; + + int fps; + bool drawFps; } Settings; void initSettings(Settings * settings); +void applySettings(Settings * settings); #endif -- cgit v1.2.3