Add features and start writing interfaces
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user