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