Renamed AL.Bool to bool.

This commit is contained in:
the_fiddler 2008-01-18 13:57:21 +00:00
parent 9eade188f2
commit f53f8e8fa0

View file

@ -140,7 +140,7 @@ namespace OpenTK.OpenAL
/// <param name="param">the state to be queried: AL_DOPPLER_FACTOR, AL_SPEED_OF_SOUND, AL_DISTANCE_MODEL</param>
/// <returns>The boolean state described by param will be returned.</returns>
[DllImport( AL.Lib, EntryPoint = "alGetBoolean", ExactSpelling = true, CallingConvention = AL.Style ), SuppressUnmanagedCodeSecurity( )]
public static extern AL.Bool Get( Enums.ALGetBoolean param );
public static extern bool Get( Enums.ALGetBoolean param );
// AL_API ALboolean AL_APIENTRY alGetBoolean( ALenum param );
*/