From e9e134079a6fdc585d3b45c50f07b80f5b9bdd23 Mon Sep 17 00:00:00 2001 From: Reed Nightingale Date: Sat, 15 Feb 2020 13:49:30 -0800 Subject: [PATCH] Create a root menu for setup --- setup.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.h b/setup.h index 16b5b0d..16e6c07 100644 --- a/setup.h +++ b/setup.h @@ -1,6 +1,9 @@ #pragma once -void doSetup2(); //main setup function, displays the setup menu, calls various dialog boxes +#include "menu.h" + +extern Menu_t* const setupMenu; + void setupTouch(); void runLocalOscSetting(); void runBfoSetting(); \ No newline at end of file