aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.h b/main.h
index f7b4225..5428d6c 100644
--- a/main.h
+++ b/main.h
@@ -27,6 +27,11 @@ typedef enum {
CONFIG_TYPE_AUTO,
} config_type;
+#ifdef FUNKEY_S
+extern bool should_suspend;
+#endif
+
+extern bool in_menu;
extern bool should_quit;
extern unsigned current_audio_buffer_size;
extern char core_name[MAX_PATH];