refactor: get models fully working

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2024-12-19 16:34:51 +01:00
parent e3321c54fb
commit 19367927a8
8 changed files with 272 additions and 81 deletions

View File

@@ -163,8 +163,18 @@ impl Drop for Sound {
}
}
<<<<<<< HEAD
=======
<<<<<<< HEAD
create_interface!(AudioInterface);
>>>>>>> 0ec4c0f (refactor: get models fully working)
struct AudioInterface;
impl InterfaceAspect for AudioInterface {
=======
pub fn update() {}
impl InterfaceAspect for Interface {
>>>>>>> 2f5c92d (refactor: get models fully working)
#[doc = "Create a sound node. WAV and MP3 are supported."]
fn create_sound(
_node: Arc<Node>,