From 5a57809c902422f9ed7bd30d3b9ea06aed1d082c Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 10 Aug 2005 22:26:51 +0000 Subject: [PATCH] Patched to link with OpenAL. --- Source/fmod.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/fmod.h b/Source/fmod.h index 5cd7b2e..5e35586 100644 --- a/Source/fmod.h +++ b/Source/fmod.h @@ -30,6 +30,7 @@ #define FSOUND_Stream_SetMode OPENAL_Stream_SetMode #define FSOUND_Stream_Stop OPENAL_Stream_Stop #define FSOUND_Update OPENAL_Update +#define FSOUND_SetOutput OPENAL_SetOutput #endif #include "fmod_header.h" -- 2.39.2