diff options
author | Chris Robinson <[email protected]> | 2018-12-10 21:30:22 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-10 21:30:22 -0800 |
commit | e87eb07db411a0ecd02b5b5c50a4a721150e846e (patch) | |
tree | d10c52d9f2266c62e5b73d1b6b5c549bbe729a45 /OpenAL32/Include | |
parent | ed18fd76c5546b295731fc5bbd9adcca896106e2 (diff) |
A bit more cleanup
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index e011675c..1b5c274d 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -94,8 +94,8 @@ typedef const ALfloat* (*ResamplerFunc)(const InterpState *state, void BsincPrepare(const ALuint increment, BsincState *state, const struct BSincTable *table); -extern const struct BSincTable bsinc12; -extern const struct BSincTable bsinc24; +extern const BSincTable bsinc12; +extern const BSincTable bsinc24; enum { |