From 3d7f925d521ec8b456d60583b84ac2f97b21059a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 11 Jan 2010 07:02:29 -0800 Subject: Add helpful values to the resampler enum --- OpenAL32/Include/alSource.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 2e1cf3de..dd9295c0 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -27,7 +27,9 @@ typedef enum { LINEAR, COSINE, - RESAMPLER_MAX + RESAMPLER_MAX, + RESAMPLER_MIN = -1, + RESAMPLER_DEFAULT = LINEAR } resampler_t; extern resampler_t DefaultResampler; -- cgit v1.2.3