aboutsummaryrefslogtreecommitdiffstats
path: root/code/AL/al.h
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-12-13 23:27:41 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-12-13 23:27:41 +0000
commitb76e1f4318ff4f9b0886e4a9124f0f30d314d489 (patch)
treef240a0ac11d06dc27939f3f8caf4adc942a3e6c7 /code/AL/al.h
parent12b509af61e796cbcb4b814cf99b28b0985e47ee (diff)
downloadioquake3-aero-b76e1f4318ff4f9b0886e4a9124f0f30d314d489.tar.gz
ioquake3-aero-b76e1f4318ff4f9b0886e4a9124f0f30d314d489.zip
Revert changes in ioquake3 AL code, fix OpenAL headers.
git-svn-id: svn://svn.icculus.org/quake3/trunk@1236 edf5b092-35ff-0310-97b2-ce42778d08ea
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 );