mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Now bindings works automatically and is smoooth, aslo strings work now
This commit is contained in:
@@ -17,5 +17,19 @@ namespace Nuake.Net
|
||||
Internals.AudioModuleSetMutedICall(muted);
|
||||
}
|
||||
}
|
||||
public static void HelloWorld()
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
Internals.AudioModuleHelloWorldICall();
|
||||
}
|
||||
}
|
||||
public static void SetName(string name)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
Internals.AudioModuleSetNameICall(name);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user