diff -r 1cb7118a77dd -r 288360b78f30 openalbridge/openalwrap.h --- 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 #else #define WIN32_LEAN_AND_MEAN -#include +#include #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