mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-04 22:10:34 +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;
|
|
}
|
|
}
|
|
|
|
|