diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-05-01 03:53:58 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-05-01 03:53:58 +0200 |
| commit | fb96ec752215da56407c2266ab9d1eedf670e0d1 (patch) | |
| tree | 9654257120ab890720946e5bc23bff9df0803348 /all.h | |
| parent | 08eada80a4fd13028f2a19108788f76752cc459b (diff) | |
| download | stalag-fb96ec752215da56407c2266ab9d1eedf670e0d1.tar.gz | |
Custom --width and --height cli argument
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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; |
