openalbridge/openalbridge.h
changeset 2445 5033848d3afa
parent 2444 ace11b7d8eab
child 2494 1e10a47cabea
--- 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