Renamed AL.Bool to bool.

This commit is contained in:
the_fiddler 2008-01-18 13:57:51 +00:00
parent 8132eeb1a4
commit 3930dce721

View file

@ -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