X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fopenal_wrapper.h;h=41560d1c45380e750708e013b9ea26ec1c35091d;hb=3bf1f4c255feb395d628e926d47e3c2c2e5370c2;hp=e1ca95d5da5e1639db57c9ba4276fdee06ce1351;hpb=2e4c2fd2e05bc8c910b614f45cbbf903d158658c;p=lugaru.git diff --git a/Source/openal_wrapper.h b/Source/openal_wrapper.h index e1ca95d..41560d1 100644 --- a/Source/openal_wrapper.h +++ b/Source/openal_wrapper.h @@ -65,6 +65,9 @@ enum OPENAL_OUTPUTTYPES extern "C" { #endif +#undef AL_API +#define AL_API + AL_API void OPENAL_3D_Listener_SetAttributes(const float *pos, const float *vel, float fx, float fy, float fz, float tx, float ty, float tz); AL_API signed char OPENAL_3D_SetAttributes(int channel, const float *pos, const float *vel); AL_API void OPENAL_3D_SetDopplerFactor(float scale);