refactor(state): state_init

This commit is contained in:
2025-11-01 19:30:38 +01:00
parent 129ea6547f
commit 23f4ce27ee
4 changed files with 37 additions and 27 deletions
+3
View File
@@ -12,6 +12,9 @@ void state_apply_event(SharedContext *context, StateConfig state_config,
bool state_background_midi_write(SharedContext *context,
StateConfig state_config, MidiDevice midi);
void state_init(SharedContext *context, StateConfig state_config, bool demo,
unsigned int base_tempo);
void state_randomize(SharedContext *context, StateConfig state_config);
#endif /* STATE_H */