X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fopenal_wrapper.h;h=41560d1c45380e750708e013b9ea26ec1c35091d;hb=92a6a5b3deaa3c03ab40851496b73bcdbba22fee;hp=e1ca95d5da5e1639db57c9ba4276fdee06ce1351;hpb=5b4ceabfe80faa2fe0d231ad24b76a704582b3bd;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);