]> git.jsancho.org Git - lugaru.git/blobdiff - Source/openal_wrapper.h
Removed unused netmessages code.
[lugaru.git] / Source / openal_wrapper.h
index e1ca95d5da5e1639db57c9ba4276fdee06ce1351..41560d1c45380e750708e013b9ea26ec1c35091d 100644 (file)
@@ -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);