Refactor into files

This commit is contained in:
Dejvino
2026-02-17 00:26:53 +01:00
parent 1e475eeaa5
commit 6734572a67
6 changed files with 460 additions and 413 deletions
+10
View File
@@ -9,4 +9,14 @@ struct Step {
bool tie;
};
enum UIState {
UI_TRACKER,
UI_MENU_MAIN,
UI_MENU_RANDOMIZE,
UI_MENU_SETUP,
UI_SETUP_CHANNEL_EDIT,
UI_EDIT_TEMPO,
UI_EDIT_FLAVOUR
};
#endif