From e87eb07db411a0ecd02b5b5c50a4a721150e846e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 10 Dec 2018 21:30:22 -0800 Subject: A bit more cleanup --- OpenAL32/Include/alu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenAL32/Include') 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 { -- cgit v1.2.3