From 130d670d4d37a418ce581be2c3dcebad038cea3b Mon Sep 17 00:00:00 2001 From: grm Date: Wed, 16 Jul 2025 23:38:45 +0300 Subject: Load and save with path --- src/gui.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index f151e35..ac1436f 100644 --- a/src/gui.h +++ b/src/gui.h @@ -7,8 +7,16 @@ typedef enum screen_e { SCREEN_ERR } screen_e; +typedef enum popup_e { + POPUP_NONE = 0, + POPUP_SAVE_PATCH, + POPUP_LOAD_PATCH, + POPUP_ERR +} popup_e; + typedef struct synth_gui { screen_e screen; + popup_e popup; int audiomidi_initialized; } synth_gui; -- cgit v1.2.3