diff options
author | Tim Angus <tim@ngus.net> | 2009-10-03 11:27:48 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:01 +0000 |
commit | a1d19593a011737c5170c89973a352d511dc6d82 (patch) | |
tree | 8dd377ab8c53cf1daa666ab3a7377ab27e6fa527 /src/AL/al.h | |
parent | de52d71448579a62c2d8de5dad899c594842386d (diff) |
* Merge ioq3-r1248
Diffstat (limited to 'src/AL/al.h')
-rw-r--r-- | src/AL/al.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/AL/al.h b/src/AL/al.h index 9fd55989..fd9a5375 100644 --- a/src/AL/al.h +++ b/src/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 ); |