Release 6.0.0 (#221)
This commit is contained in:
parent
70d86837d4
commit
5d23b5ca71
4 changed files with 8 additions and 8 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetRaylibTag>5.0</TargetRaylibTag>
|
||||
<Version>5.0.0</Version>
|
||||
<PackageVersion>5.0.0</PackageVersion>
|
||||
<Version>6.0.0</Version>
|
||||
<PackageVersion>6.0.0</PackageVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue