openalbridge/openalwrap.h
changeset 2211 288360b78f30
parent 2210 1cb7118a77dd
child 2212 6b5da1a2765a
--- a/openalbridge/openalwrap.h	Mon Jun 29 03:47:39 2009 +0000
+++ b/openalbridge/openalwrap.h	Mon Jun 29 20:01:05 2009 +0000
@@ -29,7 +29,7 @@
 #include <stdint.h>
 #else
 #define WIN32_LEAN_AND_MEAN
-#include <windows.h>
+#include <process.h>
 #include "winstdint.h"
 #endif
 
@@ -49,10 +49,13 @@
 	ALint	openal_togglemute		(void);
 	ALint	openal_fadeout			(int index, unsigned int quantity);
 	ALint	openal_fadein			(int index, unsigned int quantity);
+	ALint	openal_fade				(int index, unsigned int quantity, char direction);
 	ALint	openal_playsound		(int index);	
 	ALint	openal_pausesound		(int index);
 	ALint	openal_stopsound		(int index);
 	
+#define FADE_IN		11
+#define FADE_OUT	12
 #ifdef __CPLUSPLUS
 }
 #endif
\ No newline at end of file