From fb96ec752215da56407c2266ab9d1eedf670e0d1 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 1 May 2026 03:53:58 +0200 Subject: Custom --width and --height cli argument --- all.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'all.h') diff --git a/all.h b/all.h index 8821f86..b0dde0c 100644 --- a/all.h +++ b/all.h @@ -131,6 +131,8 @@ typedef struct { bool cursor_captured; bool vsync; int target_fps; + int screen_width; + int screen_height; Font font_ui; PlayerState player; -- cgit v1.2.3