aboutsummaryrefslogtreecommitdiff
path: root/game/hud/HudScript.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2025-01-06 13:43:28 +0100
committerJAROWMR <jarorutjes07@gmail.com>2025-01-06 13:43:28 +0100
commitce655acf72c5d5be62497dbaac41af7ef49be411 (patch)
treebbcd5ba7a6e4fd3c659cfb422da3783d77288408 /game/hud/HudScript.h
parenta216cfc457cdde754c5673e9423d00147a2f1574 (diff)
added fps counter
Diffstat (limited to 'game/hud/HudScript.h')
-rw-r--r--game/hud/HudScript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/hud/HudScript.h b/game/hud/HudScript.h
index aa92582..8e7e8fc 100644
--- a/game/hud/HudScript.h
+++ b/game/hud/HudScript.h
@@ -9,4 +9,5 @@ public:
void frame_update(crepe::duration_t dt) override;
private:
crepe::SaveManager* savemgr;
+ bool show_fps = false;
};