aboutsummaryrefslogtreecommitdiffstats
path: root/code/AL/al.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/AL/al.h')
-rw-r--r--code/AL/al.h3
1 files changed, 2 insertions, 1 deletions
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 );