diff -r ace11b7d8eab -r 5033848d3afa openalbridge/openalbridge.h --- a/openalbridge/openalbridge.h Wed Oct 14 22:21:25 2009 +0000 +++ b/openalbridge/openalbridge.h Wed Oct 14 22:25:28 2009 +0000 @@ -22,6 +22,7 @@ #include "common.h" #include "wrappers.h" #include "loaders.h" +#include "ssound.h" #include "alc.h" @@ -44,11 +45,8 @@ ALboolean openal_fadeout (unsigned int index, unsigned short int quantity); ALboolean openal_fadein (unsigned int index, unsigned short int quantity); ALboolean openal_fade (unsigned int index, unsigned short int quantity, ALboolean direction); - ALboolean openal_pausesound (unsigned int index); */ - - #ifdef __cplusplus } #endif