Update to 6.0.0
This commit is contained in:
parent
a94a92afb6
commit
ab85dfe331
3 changed files with 4 additions and 4 deletions
2
LICENSE
2
LICENSE
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2018-2023 ChrisDill
|
Copyright (C) 2018-2024 ChrisDill
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
This software is provided 'as-is', without any express or implied
|
||||||
warranty. In no event will the authors be held liable for any damages
|
warranty. In no event will the authors be held liable for any damages
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetRaylibTag>5.0</TargetRaylibTag>
|
<TargetRaylibTag>5.0</TargetRaylibTag>
|
||||||
<Version>5.0.0</Version>
|
<Version>6.0.0</Version>
|
||||||
<PackageVersion>5.0.0</PackageVersion>
|
<PackageVersion>6.0.0</PackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
@ -2532,7 +2532,7 @@ public static unsafe partial class Raylib
|
||||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern void SetMasterVolume(float volume);
|
public static extern void SetMasterVolume(float volume);
|
||||||
|
|
||||||
/// <summary>Set master volume (listener)</summary>
|
/// <summary>Get master volume (listener)</summary>
|
||||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern float GetMasterVolume();
|
public static extern float GetMasterVolume();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue