Adds about screen for v 0.1

This commit is contained in:
markmental 2026-03-28 02:12:06 -04:00
commit d91b8d5cff
6 changed files with 105 additions and 1 deletions

View file

@ -20,6 +20,7 @@ typedef struct App {
int theme_index;
int theme_picker_open;
int theme_picker_selection;
int about_modal_open;
int startup_handoff_active;
int last_blackout_state;
Uint32 startup_handoff_until;