From b76e1f4318ff4f9b0886e4a9124f0f30d314d489 Mon Sep 17 00:00:00 2001 From: thilo Date: Thu, 13 Dec 2007 23:27:41 +0000 Subject: Revert changes in ioquake3 AL code, fix OpenAL headers. git-svn-id: svn://svn.icculus.org/quake3/trunk@1236 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/AL/al.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'code/AL/al.h') diff --git a/code/AL/al.h b/code/AL/al.h index 9fd5598..fd9a537 100644 --- a/code/AL/al.h +++ b/code/AL/al.h @@ -339,6 +339,7 @@ ALAPI void ALAPIENTRY alDistanceModel( ALenum distanceModel ); #else /* AL_NO_PROTOTYPES */ +/* void (ALAPIENTRY *alEnable)( ALenum capability ); void (ALAPIENTRY *alDisable)( ALenum capability ); ALboolean (ALAPIENTRY *alIsEnabled)( ALenum capability ); @@ -412,7 +413,7 @@ void (ALAPIENTRY *alDopplerFactor)( ALfloat value ); void (ALAPIENTRY *alDopplerVelocity)( ALfloat value ); void (ALAPIENTRY *alSpeedOfSound)( ALfloat value ); void (ALAPIENTRY *alDistanceModel)( ALenum distanceModel ); - +*/ /* Type Definitions */ typedef void (ALAPIENTRY *LPALENABLE)( ALenum capability ); -- cgit v1.2.3