diff options
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 93f5eda1..154c9cfe 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -22,16 +22,9 @@ typedef enum { } resampler_t; extern resampler_t DefaultResampler; -static const ALsizei ResamplerPadding[RESAMPLER_MAX] = { - 0, /* Point */ - 1, /* Linear */ - 2, /* Cubic */ -}; -static const ALsizei ResamplerPrePadding[RESAMPLER_MAX] = { - 0, /* Point */ - 0, /* Linear */ - 1, /* Cubic */ -}; +extern const ALsizei ResamplerPadding[RESAMPLER_MAX]; +extern const ALsizei ResamplerPrePadding[RESAMPLER_MAX]; + typedef struct ALbufferlistitem { |