Refactor into files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user