diff options
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index fe1b19e9..6600e4e9 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -92,7 +92,7 @@ typedef const ALfloat* (*ResamplerFunc)(const InterpState *state, ALfloat *restrict dst, ALsizei dstlen ); -ALboolean BsincPrepare(const ALuint increment, BsincState *state, const struct BSincTable *table); +void BsincPrepare(const ALuint increment, BsincState *state, const struct BSincTable *table); extern const struct BSincTable bsinc12; extern const struct BSincTable bsinc24; |