Add features and start writing interfaces
Some checks failed
ci/woodpecker/push/code_tests Pipeline failed
ci/woodpecker/push/pre_commit_test Pipeline was successful

This commit is contained in:
2025-11-28 15:38:00 +01:00
parent 7fb2e6aade
commit c595cab609
4 changed files with 99 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ trait AudioBackend {
// It should be executed either on the startup,
// or when the audio backend is switched
fn start_client();
// Initialization of the client should happen
// Initialization of the client should happen
// when a project is opened.
fn init_client();
}