Move some inline functions into a header instead of copying them
commitf16ece6048ebe3e81b892476fa0dc66f4091a4a9
authorChris Robinson <chris.kcat@gmail.com>
Sun, 28 Jan 2018 05:16:24 +0000 (27 21:16 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 28 Jan 2018 05:16:24 +0000 (27 21:16 -0800)
tree4892fb3b275a2164bf07fcf08cfb79888c69ec12
parente12059a31186605ce2ed534ba42004edf3df5a6b
Move some inline functions into a header instead of copying them

Unfortunately does not include the Lookup* functions, which need the full type
declaration to offset the pointer.
OpenAL32/Include/alMain.h
OpenAL32/alAuxEffectSlot.c
OpenAL32/alEffect.c
OpenAL32/alFilter.c
OpenAL32/alSource.c