aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-05-01 03:44:54 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-05-01 03:48:51 +0200
commit08eada80a4fd13028f2a19108788f76752cc459b (patch)
tree1a109892e15527f73d3ab6f91dc8eda840e12dc3 /all.h
parente21ab733cc063527099bb819f64f4c7396059f03 (diff)
downloadstalag-08eada80a4fd13028f2a19108788f76752cc459b.tar.gz
Custom FPS cli argument
Diffstat (limited to 'all.h')
-rw-r--r--all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/all.h b/all.h
index 26ccffb..8821f86 100644
--- a/all.h
+++ b/all.h
@@ -130,6 +130,7 @@ typedef struct {
130 Camera camera; 130 Camera camera;
131 bool cursor_captured; 131 bool cursor_captured;
132 bool vsync; 132 bool vsync;
133 int target_fps;
133 Font font_ui; 134 Font font_ui;
134 135
135 PlayerState player; 136 PlayerState player;