aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-05-01 03:53:58 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-05-01 03:53:58 +0200
commitfb96ec752215da56407c2266ab9d1eedf670e0d1 (patch)
tree9654257120ab890720946e5bc23bff9df0803348 /all.h
parent08eada80a4fd13028f2a19108788f76752cc459b (diff)
downloadstalag-fb96ec752215da56407c2266ab9d1eedf670e0d1.tar.gz
Custom --width and --height cli argument
Diffstat (limited to 'all.h')
-rw-r--r--all.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/all.h b/all.h
index 8821f86..b0dde0c 100644
--- a/all.h
+++ b/all.h
@@ -131,6 +131,8 @@ typedef struct {
131 bool cursor_captured; 131 bool cursor_captured;
132 bool vsync; 132 bool vsync;
133 int target_fps; 133 int target_fps;
134 int screen_width;
135 int screen_height;
134 Font font_ui; 136 Font font_ui;
135 137
136 PlayerState player; 138 PlayerState player;