mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
12 lines
185 B
C#
12 lines
185 B
C#
using Coral.Managed.Interop;
|
|
namespace Nuake.Net
|
|
{
|
|
public class Internals
|
|
{
|
|
// AudioModule
|
|
public static unsafe delegate*<float, void> SetVolumeICall;
|
|
}
|
|
}
|
|
|
|
|