mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Release 6.0.0 (#221)
This commit is contained in:
@ -2532,7 +2532,7 @@ public static unsafe partial class Raylib
|
||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern void SetMasterVolume(float volume);
|
||||
|
||||
/// <summary>Set master volume (listener)</summary>
|
||||
/// <summary>Get master volume (listener)</summary>
|
||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern float GetMasterVolume();
|
||||
|
||||
|
Reference in New Issue
Block a user