Renamed AL.Bool to bool.
This commit is contained in:
parent
8132eeb1a4
commit
3930dce721
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ namespace OpenTK.OpenAL
|
||||||
/// <param name="duration">Number of seconds. May not be negative.</param>
|
/// <param name="duration">Number of seconds. May not be negative.</param>
|
||||||
/// <returns>Success.</returns>
|
/// <returns>Success.</returns>
|
||||||
[DllImport( Alut.Lib, EntryPoint = "alutSleep", ExactSpelling = true, CallingConvention = Alut.Style ), SuppressUnmanagedCodeSecurity( )]
|
[DllImport( Alut.Lib, EntryPoint = "alutSleep", ExactSpelling = true, CallingConvention = Alut.Style ), SuppressUnmanagedCodeSecurity( )]
|
||||||
public static extern AL.Bool Sleep( float duration );
|
public static extern bool Sleep( float duration );
|
||||||
// ALUT_API ALboolean ALUT_APIENTRY alutSleep (ALfloat duration);
|
// ALUT_API ALboolean ALUT_APIENTRY alutSleep (ALfloat duration);
|
||||||
*/
|
*/
|
||||||
#endregion Misc
|
#endregion Misc
|
||||||
|
|
Loading…
Reference in a new issue